nav {
  height: 70px;
  font-family: Verdana,Geneva,sans-serif; }
  nav .nav-item {
    font-size: 14px; }
  nav .current_time {
    font-size: 14px; }

body {
  font-family: Verdana,Geneva,sans-serif; }

footer {
  background: #BFBFBF;
  color: #000;
  font-family: Verdana,Geneva,sans-serif;
  position: absolute;
  bottom: 0;
  width: 100%; }

.bg_yellow {
  background: #FFC000;
  color: #000; }

.btn-yellow {
  font-size: 16px;
  background: #FFC000;
  color: #000;
  font-weight: bold; }
  .btn-yellow:hover {
    opacity: 0.8; }

.square {
  border-radius: 0; }

.bg_gray2 {
  background: #BFBFBF; }

.search_widget {
  width: 80%; }

#delivery_status_table {
  font-size: 15px; }
  #delivery_status_table .badge {
    font-size: 15px;
    font-weight: normal;
    padding: 0.5rem 1rem; }
  #delivery_status_table tbody td:nth-child(1) {
    text-align: center; }
  #delivery_status_table tbody td:nth-child(2) {
    text-align: center; }
  #delivery_status_table tbody td:nth-child(3) {
    text-align: center; }
  #delivery_status_table tbody td:nth-child(4) {
    text-align: left; }
  #delivery_status_table tbody td:nth-child(5) {
    text-align: center; }

#tp_number {
  border-right: 0; }

/*# sourceMappingURL=custom.css.map */
