.rugby-match-api {
	max-width:1200px;
	margin:0 auto;
}
.list {
    position: relative;
}
.card {
    box-shadow: rgb(239, 239, 239) 1px 1px 5px;
    padding: 0px 10px;
    margin-top: 5px;
    overflow: hidden;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card .grid-divider {
    overflow: hidden;
    position: relative;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.datetime {
    display: flex;
    padding: 25px 15px;
    background: rgb(212, 212, 212);
    overflow: hidden;
}
.datetime.align-items-center {
	    text-align: center;
    justify-content: center;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.w-100 {
    width: 100% !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.match-date, .match-time, .match-round, .match-round {
    text-align: center;
    color: rgb(19, 54, 46);
    font-size: 16px;
}
.match-date {
    font-weight: bold;
}
.detail-padding {
    padding: 25px 10px;
}
.datetime .buy-tickets a {
	background: #FF0700;
    padding-left: 10px;
    color: #fff;
    padding: 8px 12px;
    font-weight: bold;
    margin-top: 10px;
    max-width: 200px;
    width: 100%;
    display: block;
    text-align: center;
    margin:10px auto 0;
}
.team-container.left {
    margin-right: auto;
    margin-left: 15px;
}
.team-container {
    font-family: OswaldRegular, sans-serif;
    display: flex;
    align-items: center;
}
.team-picture, .team-name {
    display: inline-block;
    vertical-align: middle;
}
.team-name {
    margin-left: 5px;
    margin-right: 5px;
}
.team-picture {
    border-radius: 100%;
    padding: 5px;
    min-width: 60px;
}
.team-picture img {
    max-height: 40px;
    max-width: 50px;
    position: relative;
    z-index: 10;
}
.team-name-result-left {
    height: 0px;
    width: min-content;
    border-top: 40px solid rgb(0, 0, 0);
    border-left: 0px solid rgb(0, 0, 0);
    border-right: 25px solid transparent;
    padding-right: 20px;
    margin-top: 10px;
}
.team-name-result-left, .team-name-result-right {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: 35px;
    white-space: nowrap;
}
.team-name-result-left h3 {
    margin-top: -38px;
    padding-left: 5px;
    float:left;
}
.team-name h3 {
    font-size: 20px;
    margin-bottom: 0px;
    position: relative;
}
.match-details {
    font-size: 15px;
    text-align: center;
    color: rgb(0, 0, 0);
}
.result-details {
    margin: 0px auto;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.team-container.right {
    margin-right: 15px;
    margin-left: auto;
}
.team-name-result-right {
    height: 0px;
    width: min-content;
    border-top: 40px solid rgb(0,0,0);
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    padding-right: 20px;
    margin-top: 10px;
}
.team-name-result-right h3 {
    margin-top: -38px;
    padding-left: 5px;
    float: right;
}
.common-section .team-name-result-left h3,
.common-section .team-name-result-right h3 {
	color:#fff;
	margin:-38px 0 0 0 ;
}
.team-container.right .top {display:none;}

@media screen and (max-width: 1024px) {
	.page-id-13940 .wrapper {max-width:95%;}
}

@media screen and (max-width: 767px) {
	.team-container {display:block;}
	.team-container.right .team-picture {display:none;}
	.team-container.right .team-picture.top {display:block;float:right}
}
@media screen and (max-width: 640px) {
	.page-id-13940 .wrapper {max-width:95%;}
	.team-container.right .team-picture.top {float:none;}
	.team-container .team-picture {margin:0 auto;display:block;height:50px;}
	.team-picture img {margin:0 auto;display:block;}
}
@media screen and (max-width: 575px) {
	.team-container.left,
	.team-container.right {margin:auto !important;}
	.team-name-result-left {
		border-right:none;
		padding-left:10px;
		padding-right:10px;
	}
	.team-name-result-right {
		border-left:none;
		padding-right:10px;
		padding-left:10px;
	}
}
@media screen and (max-width: 480px) {
	.team-name-result-left {
		border-right:none;
		padding-right:10px;
	}
	.team-name-result-right {
		border-left:none;
		padding-left:10px;
		
	}
	.team-name h3 {font-size:16px;}
}
@media screen and (max-width: 389px) {
	.team-name h3 {font-size:15px;}
}
@media screen and (max-width: 376px) {
	.team-name h3 {font-size:14px;}
}