
 tr{
 	border-bottom : 1px solid #0000003b;
 }
 .inProgress_board{
 	width: 100%;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
 }
 
 #rec_type{
 	width: 20%;
 }
 #title_and_date{
 	width: 50%;
 	text-align: left;
 }
 #rec_isend{
 	width: 20%;
 }
 #inprogress{
 	width: 90%;
 	height: 100%;
 	border-radius: 8px;
 	background: #C72125;
 	text-align: center;
 	margin: 0%;
 	color: white;
 	align-self: center;
 }
#end{
	width: 90%;
 	height: 100%;
 	border-radius: 8px;
 	background: gray;
 	text-align: center;
 	margin: 0%;
 	color: white;
 	align-self: center;
}
.date{
	margin-bottom: 0px;
}
#dday{
	width:10%;
	color:blue;
}
 
 /* .container{
 	background-color: white; */
 	
 }
 .col-md-12{
 	background-color: white;
 	text-align: center;
 }
 #recruit_table_body{
	height:100%; 
}
 .bgimg{
	background-image: url("../../images/recruit/recruit-bg.png") ;
	background-size: cover;
	height: 200px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	margin-bottom: 40px;
 }
 .paging {
    text-align: center;
}
.paging a {
    display: inline-block;        
    font-weight:bold;
    padding: 5px 8px;
    border: 1px solid gray;
    color: black;
    background-color: white;
}

.paging a.selected {
    color: white;
    background-color: #ff0000;
}
.title{
	font: bold;
	color: black;
}

 