/* select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: 0em;
    padding-left: 1em;
    
} */

label{
	vertical-align: middle;
	font-size: 15px;
}
.radio-inline p{
	margin-top: 0.5em;
}
.radio_text{
	margin-top:0.5em;
	vertical-align: middle;
}
.act_table tr td p {
  	margin: 0.5em 0 0.5em;
  	padding-left: 1em;
}

@media (max-width: 568px) {
	.act_table tr td p {
		padding-left: 0.3em;
  }
}

.act_table {
	width: 100%;
	margin: 5% 0 5%;
	border: 1px rgb(196, 196, 196) solid;
	font-size: 16px;
}

.title_bgcolor{
	background-color: #508fca!important;
	color: white !important;
	font-size: 17px;
}

.act_table tr td:first-child{
	background-color: #f7f7f7;
	width: 20%;
	color: black;
	font-weight: 600;
	
}

.score_info tr td:nth-child(odd){
	background-color: #f7f7f7;
	width: 12%;
	color: rgb(0, 101, 148);
	font-weight: 600;
}

.button_use{
	width: 100%;
	text-align: center;
}

.button_use>button{
	margin: 2% 5%;
	width: 50%;
	font-size: 15px;
}
.button_use_check>button,.button_use_check>a{
	width: 45%;
	font-size: 15px;
	margin-top: 20px;
}
.button_use_search>button,.button_use_search>a{
	width: 100%;
	font-size: 15px;
	height: 40px;
}
.button_use>button:hover,.button_use_check>button:hover{
	background-color: #508fca;
	color: white;
}
.navnum > li >a{
	height: 50px;
}
.pic_adj{
	width: 100%;
}
.poster > img,.poster > iframe{
	width: 100%;
	padding-bottom: 1em;
}
.paper_table,.sch_table,.due_table{
	width: 100%;
	font-size: 16px;
	border-color: transparent;
	margin-bottom: 2em;
}
.paper_table tr:nth-child(1),
.sch_table tr:nth-child(1),
.due_table tr:nth-child(1),
.point_table tr:nth-child(1){
	background-color: #508fca;
	color: white;
}
.search_table tr:nth-child(1){
	background-color: #e0e0e0;
	color: black;
}
.paper_table tr td:nth-child(odd),
.due_table tr td:nth-child(odd),
.sch_table tr td:nth-child(odd) {
	width: 20%;
	padding: 8px;
}
.paper_table tr:nth-child(even),
.due_table tr:nth-child(even),
.sch_table tr:nth-child(even) {
	background-color: #f2f2f2
}
.point_table,
.point_table th,
.point_table td,
.point_table tr {
	border-color: rgba(192, 192, 192, 0.3);
}
.search_table,
.search_table th,
.search_table td,
.search_table tr {
	border-color: rgba(192, 192, 192, 0.3);
}
.cant_look{
	display: none;
}
.red_border,.red_border:focus{
	border-color: red;
}
#click_to_add{
	border-radius: 0;
	margin-bottom: 1em;
}
.edu_class{
	border-radius: 0;
}
.due_table tr td:nth-child(-n+6){
	width: 14.2%;
}
.point_table tr td:nth-child(-n+8),
.search_table tr td:nth-child(-n+8){
	width: 11.11%
}
.due_table tr td,.point_table tr td,.search_table tr td{
	font-size: 15px;
	text-align: center;
	padding: 0.5em;
}
.due_table{
	margin-top: 2em;
}
.point_table{
	margin-bottom: 2em;
}
.search_table{
	margin-bottom: 2em;
	margin-top: 2em;
}
.form_set div div p,.form_set div div a,#act_data div div p{
	font-size: 16px;
}
.btn_pad_adj button{
	margin-left: 4%;
}
.text-control{
	padding-left: 0px;
}
.form_size{
	padding-left: 0px;
	padding-right: 0px;
}