i.fa.fa-pencil-square-o {
    font-size: 24px;
    margin-right: 5px;
    vertical-align: bottom;
}
table.tab_table {
    font-size: 20px;
    height: 100px;
    text-align: center;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 0px;
    border-collapse: separate;
    border-spacing: 2px;
    clear: both;   
	border: 0px;
    background-color: #fff;
}
.tabletitle {
    background-color: rgb(243,152,63);
    color: #FFF;
}
.tablecontent {
    height: 50px;
    font-weight: 400;
    padding: 10px;
}
tr.winnertr {
    background: rgb(245, 226, 208);
}
tr.winnertr2 {
       background: rgb(187, 226, 239);
}
i.fa.fa-trophy {
    color: rgb(251,236,81);
}
i.fa.fa-trophy.desktop_table {
    font-size: 24px;
    left: 3%;
    /* top: 14%; */   
	color: #F44336;
    margin-top: 6px;
    position: absolute;
}
.winner_desktop {
    margin-bottom: 50px;
}
.col20 {
    float: left;
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}
.productbox2 {
    border: 1px solid #018b86;
    padding: 10px;
    height: 270px;
}
.productbox2 img {
    border: 1px solid #ccc;  
	height: 120px;
}
.winner_txt h2 {
    color: rgb(223,116,24);
    font-size: 20px;
    text-align: left;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 0;
	margin-top:10px;
}
.winner_txt p {
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-top:10px;
	margin-bottom:0px;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
}

@media (min-width: 767px) {
	.phone_table {
		display: none;
	}
	.col-xs-6 {
		display: none;
	}	
}
@media (max-width: 767px) {
	.desktop_table {
		display: none;
	}	
}
@media (max-width: 768px) {
	.productbox2 img {
		height: 80px;
	}
	.productbox2 {
		height: 230px;
	}	
}
@media (max-width: 415px) {
	.productbox2 img {
		height: 120px;
	}
	.productbox2 {
		height: 270px;
	}		
	
	span.grade {
		display: block;
		margin-top: 5px;
	}
	.resultblock {
		position: relative;
		border: 1px solid #028b84;
		margin-bottom: 30px;
		height: 150px;
	}
	td.tabletitleph {
		background-color: rgb(243,152,63);   
		font-weight: bold;
	}
	td.tablecontentph {
		background-color: #fff;
		border: 1px solid #5bbfb3;
		font-size: 16px;
		text-align: center;
	}
	table.tab_table_phone {
		font-size: 20px;
		height: 100px;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
		margin-top: 0px;
		/* border-collapse: separate; */
		border-spacing: 4px;
		clear: both;
		border: 0px;
		background-color: #fff;
	}
	table.tab_table_inside {
		font-size: 20px;
		height: 100px;
		text-align: center;
		width: 100%;
		/* margin-bottom: 18px; */
		margin-top: 0px;
		/* border-collapse: separate; */
		border-spacing: 4px;
		/* clear: both; */
		border: 0px;
		border: 0px;
		background-color: #fff;
	}
	td.tablecontentph.title {
		font-weight: bold;
		font-size: 16px;
	}
	.col20 {
		margin-bottom:20px;
		width: 50%;
	}
.button1 {
    border: 1px solid rgb(37,189,239);
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: rgb(37,189,239);
	margin-bottom: 20px;
}
.button2 {
    background-color: rgb(37,189,239);
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
i.fa.fa-trophy.phone_button {
    font-size: 24px;
    padding-right: 5px;    
	vertical-align: bottom;
}
ul.button1_content {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 46px;
	display: none;
    z-index: 999;
    background: #fff;
    margin-right: 5px;
}
ul.button1_content li {
    padding: 5px;
    background-color: #25bdef;
    color: #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
}
	
}
@media (max-width: 375px) {
	.productbox2 img {
		height: 80px;
	}
	.productbox2 {
		height: 230px;
	}	
}
