@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 only 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 only screen and (max-width: 767px) {
 #overview .btn.black {
  width: 100%;
 }
}