@CHARSET "UTF-8";

.body_not_send_list{
	width: 1170px;
	margin: auto;
}

.not_send_list_about{
	width: 700px;
	margin: 15px auto;
	padding:8px;
	background-color: white;
}

.not_send_list_about header{
	font-size: 18px;
	font-weight: bold;
	color:red;
	margin-bottom: 10px;
}
.not_send_list_about p{
	margin-bottom: 5px;
}
.not_send_list_table {
	margin: 0px auto;
	margin-bottom: 20px;
	width: 1000px;
	font-size: 13px;
}
.not_send_list_table thead tr th:nth-child(2)
,.not_send_list_table tbody tr td:nth-child(2) {
	border-right: double #21ce6f;
}
.not_send_list_table tr {
	background-color: #fefefe;
}

.not_send_list_table tr:nth-child(odd) {
	background-color: #effaf3;
}

.not_send_list_table tr:hover {
	background-color: #d6f1e2;
}

.not_send_list_table td {
	border: 2px solid #b7b7b7;
	padding: 5px;
	text-align: center;
}

.not_send_list_table td:first-of-type {
	text-align: center;
	font-size: 15px;
	background-color: #02863c;
    border: 2px solid #3CB371;
}

.not_send_list_table td:first-of-type:hover {
	background-color: #02863c;
    border: 2px solid #3CB371;
}

.not_send_list_table th {
	color: white;
	background-color: #2CA361;
	border: 2px solid #3CB371;
	height: 35px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	width: 12%;
}

.not_send_list_table tr td {
	width: 4%;
}

.not_send_list_table td:hover {
	background-color: #f7ec6f;
}

.not_send_list_table td a {
	font-size: 13px;
	line-height: 1.42857143;
    text-decoration: none;
    color: #0080ff;
    font-weight: bold;
    border-bottom: 1px solid #0080ff;
}

.not_send_list_table td a:hover {
    color: #b3b3b3;
}
.all_tempo_check,
.tempo_check {
	width: 20px;
    height: 20px;
}
.check-color {
	background-color: #f7ec6f !important;
}

