@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {}
/*
ol, ul {
	list-style: none;
}
*/
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 5px;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:focus {
    outline: 0;
    border: none;
}
.render td, .render th {
    padding: 5px;
}
table th, table td {
    font-family: inherit;
    font-size: inherit;
    padding: 5px;
    vertical-align: middle;
    text-align: left;
}
table {
    border-top: 1px solid #eee;
    max-width: 100%;
    width: 100%;
}
* {
    outline: 0;
}




.ipl-wrapper {
    width: 100%;
	font-family: 'Roboto', sans-serif;
}

.ipl-wrapper-In {
    width: 100%;
    max-width: 1180px;
	margin: auto;
    padding: 0;
	background-color: #030a94;
	overflow: hidden;
}

.moule-ipl-top-blk {
    width: 100%;
    float: left;
    padding: 10px;
}

.moule-photo-Blk {
    width: 65%;
    float: left;
    padding: 0 15px 0 0;
}

.moule-score-Blk { 
    width: 35%;
    float: right;
}

.moule-ipl-bottom-blk {
    width: 100%;
    float: left;
	background-color: #fff;
}

.moule-points-Blk {
    width: 100%;
    overflow: hidden;
}
.photo-fix {
	position: relative;
    padding-top: 56.5%;
    float: left;
    width: 100%;
}
.score-fix {
	position: relative;
}
.photo-fix iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.score-fix iframe {
	height: 425px;
}
.points-fix {
	height: 568px;
	position: relative;
}
.points-fix iframe {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.ipl-sec-title-blk-03 {
    float: left;
    width: auto;
    text-transform: uppercase;
    font-size: 21px;
	color: #fff;
	padding-bottom: 5px;
}
.after-title {
    display: inline-block;
    width: 5px;
    height: 17px;
    background-color: #ed4022;
}
.align-l-r {
    justify-content: space-between;
}
.points-header-blk {
    width: 100%;
    height: 40px;
}
.d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}








@media only screen and (max-width:1300px) {

}
@media only screen and (max-width:1180px) {

}
@media only screen and (max-width:980px) {
.moule-photo-Blk {
    width: 700px;
    float: none;
    margin: auto;
}
.photo-fix {
    margin-bottom: 10px;
}
.moule-score-Blk {
    width: 400px;
    float: none;
    margin: 15px auto;
    overflow: hidden;
}
.moule-points-Blk {
    padding-top: 10px;
}
}
@media only screen and (max-width:800px) {
.moule-photo-Blk {
    width: 640px;
    padding: 0 0 15px 0;
    overflow: hidden;
}
.moule-score-Blk {
    width: 100%;
    float: none;
    margin: 15px auto;
    overflow: hidden;
}
.score-fix iframe {
    height: 390px;
}
}
@media only screen and (max-width:640px) {
 .moule-photo-Blk {
    width: 100%;
    padding: 0;
}
}
@media only screen and (max-width: 600px) {
   
}


@media only screen and (max-width: 480px) {

    
}
