#howzat-embed {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    padding: 20px;
}

.howzat-embed-loader-image {
    padding: 30px;
    margin: 0 auto;
}

#howzat-embed-title {
    padding: 20px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.howzat-embed-tab {
    display: inline-block;
    padding: 0px 15px 12px 15px;
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
    color: #969597;
}

.howzat-embed-tab.active {
    color: #CC0000;
    border-bottom: 3px solid #CC0000;
    cursor: auto;
}

.howzat-embed-match-tile {
    margin: 2px auto;
    padding: 5px;
    background-color: white;
    margin-top: 10px;
    max-width: 520px;
    border-radius: 7px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
}

.howzat-embed-match-tile-name {
    font-size: 12px;
    color: #969597;
    text-align: center;
    margin-top: 5px;
}

.howzat-embed-match-tile-time {
    font-size: 12px;
    color: #CC0000;
    text-align: center;
    margin-bottom: 5px;
}

.howzat-embed-match-tile-team-name {
    display: inline-block;
    font-size: 14px;
    line-height: 55px;
    height: 55px;
}

@media (max-width: 400px) {
	.howzat-embed-match-tile-team-name {
		font-size: 11px !important;
	}
}

.howzat-embed-match-tile-team-name.team-a {
    padding-left: 10px;
}

.howzat-embed-match-tile-team-name.team-b {
    padding-right: 10px;
}

.howzat-embed-match-tile-logo {
    display: inline-block;
    width: 55px;
    height: 55px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
    object-fit: cover;
    box-shadow: 1px 1px 1px 1px #cecdcd;
    border-radius: 50%;
    vertical-align: middle;
}

.howzat-embed-match-tile-vs {
    display: inline-block;
    line-height: 24px;
    height: 24px;
    border: 1px solid #cecdcd;
    border-radius: 50%;
    width: 24px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
}

.howzat-embed-match-team {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.howzat-embed-match-team-a {
    float: left;
}

.howzat-embed-match-team-b {
    float: right;
}

.howzat-embed-match-teams {
    text-align: center;
    margin: 5px;
    height: 55px;
}
.howzat-embed-match-table {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #969597;
    margin-top: -2px;
    padding-top: 5px;
}

#howzat-embed-all-matches-btn {
    text-align: center;
    width: 270px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #049b27;
    border: 2px solid #049b27;
    border-radius: 5px;
    margin: auto;
    margin-top: 15px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

#howzat-embed-all-matches-btn:hover {
    background: #049b27;
    color: #fff;
}

.howzat-embed-link, .howzat-embed-link:visited, .howzat-embed-link:hover, .howzat-embed-link:active {
    color: inherit;
    text-decoration: none;
}