
@media only screen and (min-width: 768px){
        .sub_title{display: flex; height: 40px;margin-top:5px;margin-left: 5px;}
        .sub_img{height:35px;width: 35px;}
        .lea_name{margin-left:10px;}
        
        .match_each{display: flex; width: 98%;height: 70px;background:#413F3F ;border-radius: 5px;align-items: center;font-size: 12px;margin-top: 5px;}
        .match_each:hover{color:white;background: #383636;}
        .etime{width: 13%; line-height: 1.8;}
        .ematch{width: 34%;text-align: center;}
        .ecs{width: 5%;line-height: 1.6;}
                .rteam{font-size: 14px;font-weight: bold;}
        .eodds{width: 20%;line-height: 1.2;}
                .hdicap{font-size:13px;}
                .eodds:hover{cursor: help;}
                .o_u{font-size:11px;}
        .etips{width: 27%;background-color: #1F1D1D;height: 90%;border-radius: 5px;display:flex;align-items: center;justify-content: center;flex-direction: column;box-shadow: 1px 1px 4px 1px gray;}
                .s_choice{font-size:10px;}
                .see_tips{height: 50%;width: 65%;background: #383636;border-radius: 4px;display: flex;align-items: center;justify-content: center;box-shadow: 1px 1px 4px 1px gray;color: white;}
                .see_tips:hover{cursor: pointer;box-shadow: 1px 1px 4px 1px #ab8fda;background: #413F3F;}
                .s_tips{font-size: 14px;color: #B99BEC;line-height: 1;}
                .star_rating{color: #403E3E;font-size: 18px;}
		        .star_rating .filled{color:#B99BEC;}
		.text_left{text-align: left;}
		.text_right{text-align: right;}

}
@media only screen and (max-width: 767px){
        .sub_title{display: flex; height: 40px;margin-top:5px;margin-left: 5px;}
        .sub_img{height:35px;width: 35px;}
        .lea_name{margin-left:10px;}
        
        .match_each{display: flex; width: 98%;height: 70px;background:#413F3F ;border-radius: 5px;align-items: center;font-size: 12px;margin-top: 5px;}
        .match_each:hover{color:white;background: #383636;}
        .etime{width: 13%; line-height: 1.8;}
        .ematch{width: 34%;text-align: center;}
        .ecs{width: 5%;line-height: 1.6;}
                .rteam{font-size: 14px;font-weight: bold;}
        .eodds{width: 20%;line-height: 1.2;}
                .hdicap{font-size:13px;}
                .eodds:hover{cursor: help;}
                .o_u{font-size:11px;}
        .etips{width: 27%;background-color: #1F1D1D;height: 90%;border-radius: 5px;display:flex;align-items: center;justify-content: center;flex-direction: column;box-shadow: 1px 1px 4px 1px gray;}
                .s_choice{font-size:10px;}
                .s_tips{font-size: 14px;color: #B99BEC;line-height: 1;}
                .see_tips{font-size: 11px; height: 50%;width: 65%;background: #383636;border-radius: 4px;display: flex;align-items: center;justify-content: center;box-shadow: 1px 1px 4px 1px gray;color: white;}
                .see_tips:hover{cursor: pointer;box-shadow: 1px 1px 4px 1px #ab8fda;background: #413F3F;}
                .star_rating{color: #403E3E;font-size: 15px;}
		.star_rating .filled{color:#B99BEC;}
		.text_left{text-align: left;}
		.text_right{text-align: right;}

}