.fa.fa-times, .fa.fa-check {font-size: 24px; margin-right: 10px;}
.comments {padding: 0px 10px 0px 20px; min-height: 65px !important;}
.fa.fa-comment {font-size: 18px; margin-right: 10px;}
.name {background: #efefef; border-bottom: 1px solid #e1e1e1; padding: 10px; margin-bottom: 20px; font-size: 25px; text-transform: uppercase;}
.jockey {float: left; height: 100px; margin: 30px; background: #fff; border: 2px solid #e1e1e1; padding: 10px;}
.horse {border: 1px solid #e1e1e1; background: #fff; font-size: 12px; text-align: left; margin-bottom: 20px;}
.pick {border: 0px solid #e1e1e1; background: #b7cde1; border-radius: 6px; line-height: 1.4; padding: 20px; text-align: left; width: 100%;  text-align: center; font-size: 15px; color: #000; font-weight: 900; margin-bottom: 15px;}
.pick2 {border: 0px solid #e1e1e1; background: #cf1d29; border-radius: 6px; line-height: 1.4; padding: 20px; text-align: left; width: 100%; margin: 0px 10px 20px 20px; display: inline-block; text-align: center; font-size: 15px; color: #fff;}
.pick3 {border: 0px solid #e1e1e1; background: #fc761d; border-radius: 6px; line-height: 1.4; padding: 20px; text-align: left; width: 100%; margin: 0px 10px 20px 20px; display: inline-block; text-align: center; font-size: 15px; color: #fff;}
.win {border: 0px solid #e1e1e1; background: #d6ffd6; border-radius: 6px; padding: 20px; font-size: 12px; text-align: left; width: 48%; margin: 0px 10px 20px 20px; display: inline-block;}
.loose {border: 0px solid #e1e1e1; vertical-align: top; background: #fedede; border-radius: 6px; padding: 20px; font-size: 12px; width: 48%; margin-right: 10px; display: inline-block; margin-bottom: 20px;}

@media (min-width: 401px) and (max-width: 500px) {

  
    .loose {width: 95% !important; margin: 0px !important;}
	.win {width: 95% !important; margin-bottom: 10px !important;}
	
}