.pc_result_wrap{float: left; width:100%; margin-top:0px; background-color:#FFF;}
.pc_result_wrap #pc_result_wrap{float:none; text-align:center; width: 90%; margin:50px 5%; background-color: #FFF;}

.pc_result_panel{float:center; max-width:90%; text-align:center; border: 2px solid #EEE;  border-radius: 5px; padding: 10px; 
 margin: 10px 5%; } 
.pc_result_window{ border: 2px solid #EEE;  border-radius: 5px;   margin: 20px 5%; padding: 10px 0px; background-color: #EEE; }
.pc_result_window #text_label{max-width: 90%; margin: 10px 0px; text-align: left; margin-left: 5%;}
.pc_result_window #text_box{max-width: 90%; background-color: #FFF;}

/*--------------------------------------------------------------------------------------------*/

.result_head{font-size: 24px; margin-left: 16px; text-transform: uppercase;}
.student_no{margin: 10px 0px; text-align:  left;}
.student_name{margin: 10px 0px;  text-align:  left;}
.studlist_table{display: table; width: 100%;}
.studlist_table_hrow{display: table-row;  width: 100%; background-color: #EEE; font-weight: bold;  font-size: 14px;  }
.studlist_table_thcell{display:table-cell; padding: 8px 0px;  border-bottom: 1px solid #DDD;  }
.studlist_table_thcell .studlist_sl { width: 100px; }
.studlist_table_trow{display: table-row;  width: 100%;  font-size: 14px;  }
.studlist_table_tdcell{display:table-cell;  padding: 8px 0px; border-bottom: 1px solid #DDD; }

.student_table{display: table; width: 100%; border: 1px solid #DDD;}
.student_table_row{display: table-row;  width: 100%; font-weight: bold;  font-size: 14px; }
.student_table_hcell{display:table-cell; width:20%;  padding: 8px 0px; border-bottom: 1px solid #DDD; color:#0077FF;}
.student_table_cell{display:table-cell; width:20%;  padding: 5px 0px;  border-bottom: 1px solid #DDD; }




@media only screen and (max-width: 600px) 
{	
	
	.pc_event_details_content{ display: grid; grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); grid-gap:1em; }
	.pc_event_cont_card {height:400px; max-width:100%;}
	.pc_event_cont_card_img{height:280px; }
	
	/*details*/
	.pc_event_cont_details_head { font-size:20px; border-bottom: 1px solid #DDD; padding: 10px 0px;}

}