.main_content h2 {
	margin: 0.5em 0;
}

.main_content h3.schedule_holiday {
	color: #FF6347 !important;
	text-transform: uppercase;
}

.main_content .col-md-6,
.main_content .col-md-4,
.main_content .col-md-3 {
	padding: 3px 0 7px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.main_content .col-md-4 select,
.main_content .col-md-4 input,
.main_content .col-md-3 select,
.main_content .col-md-3 input,
.main_content .col-md-6 select {
	margin: 0 20px 0 5px;
}

.main_content .col-md-6 input {
	margin: 0 0 0 5px;
}

#sch_date {
	max-width: 13em;
}

.main_content table {
	margin: 1em 0 0 0;
	table-layout: auto !important;
}

.main_content .adopt_area_scrollable {
	margin: 1em 0;
}

.main_content .adopt_area_scrollable:last-of-type {
	margin: 1em 0 0 0;
}

.main_content .adopt_area_scrollable table {
	margin: 0;
}

.main_content form {
	margin: 0 !important;
	display: inline-block;
	width: 100%;
}

.main_content table td span {
	border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
	cursor: help;
}

.main_content table thead th {
	border: solid 1px rgba(160, 160, 160, 0.3);
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}

.main_content table thead {
	border-bottom: 0;
}

.main_content table tr td:nth-child(1) {
	width: 5%;
	text-align: center;
}

.main_content table tr td:nth-child(2) {
	width: 10%;
	text-align: center;
}

.main_content table tr td:nth-child(3) {
	width: 40%;
}

.main_content table tr td:nth-child(4) {
	width: 12%;
	text-align: center;
}

.main_content table tr td:nth-child(5) {
	width: 17%;
}

.main_content table tr td:nth-child(6) {
	width: 16%;
}

.small_text {
	font-size: 12px;
}

.schedule_list_go_back_wrp {
	position: absolute;
	left: -20px;
}

.schedule_list_go_back {
	position: fixed;
	border-radius: 50%;
	padding: 8px 7px 8px 12px;
	margin: -6px 15px 0 0;
}

hr {
	margin: 0.5em 0;
}

.tests-week-notif {
	color: rgb(70, 170, 70);
}

@media screen and (min-width: 980px) {
	.text-left {
		justify-content: flex-start !important;
	}

	.text-right {
		justify-content: flex-end !important;
	}
}

@media screen and (max-width: 980px) {

	.main_content .col-md-6,
	.main_content .col-md-4,
	.main_content .col-md-3 {
		text-align: left !important;
		padding: 0;
	}

	.main_content .col-md-6:not(:first-child),
	.main_content .col-md-4:not(:first-child),
	.main_content .col-md-3:not(:first-child) {
		margin: 15px 0 0 0;
	}

	.main_content .col-md-6 select,
	.main_content .col-md-6 input,
	.main_content .col-md-4 select,
	.main_content .col-md-4 input,
	.main_content .col-md-3 select,
	.main_content .col-md-3 input {
		margin-right: 0 !important;
	}
	
	#sch_date {
		max-width: none;
	}
	
	.schedule_list_go_back_wrp {
		left: 0;
		top: -14px;
	}
}