@charset "utf-8";

/* --------------------
#overview
-------------------- */

#overview  .table {
 text-align: left;
 font-size: 16px;
}

#overview  .table a .fa {
 margin-left: 10px;
}

#overview .table a:hover {
 text-decoration: underline;
}

#overview .btn-area {
 padding-top: 40px;
}

@media screen and (min-width: 1600px) {
		#overview .table {
				font-size: 1vw;
		}

		.table th,
		.table td {
				padding: 0.85vw;
		}
}

@media screen and (max-width: 960px) {
 #overview .table.orange.bg-white th,
 #overview .table.orange.bg-white td {
		font-size: 12px;
 }
 #overview .btn.black {
		width: 50%;
 }
}

@media screen and (max-width: 767px) {
 #overview .btn.black {
		width: 100%;
 }
}