a:focus {
  outline: none !important;
}

h1,
h2,
h3 {
  text-transform: uppercase;
}
h2.itemTitle {
  border-bottom: 3px solid #fc6e09;
  margin: 0 auto 20px;
  font-size: 45px;
  padding-bottom: 10px;
  position: relative;
}
h2.itemTitle .small {
  color: #000000 !important;
  vertical-align: top !important;
}

.btn {
  border-radius: 0;
}

.t3-header table td,
.t3-header table tr td {
  border: 0 !important;
  padding: 0 !important;
  text-align: right !important;
}
@media (max-width: 767px) {
  .t3-header table td,
  .t3-header table tr td {
    text-align: center !important;
  }
}
.t3-header table td font,
.t3-header table tr td font {
  color: #fc6e09 !important;
}

table {
  border: 1px solid #999999;
  border-collapse: inherit !important;
  width: 100% !important;
}
table th {
  background: #d7d7d7;
  border: 1px solid #999999;
  color: #07519a;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  table th {
    padding: 5px;
  }
}
table td,
table tr td {
  border: 1px solid #999999;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  table td,
  table tr td {
    padding: 5px;
  }
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table.custom {
    display: block;
    
    
  }
  table.custom table,
  table.custom thead,
  table.custom tbody,
  table.custom th,
  table.custom td,
  table.custom tr {
    display: block;
  }
  table.custom thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.custom tr th {
    border: 0;
  }
  table.custom td {
    
    border: 0 !important;
    position: relative;
    padding-left: 45%;
    padding-bottom: 23px;
    padding-top: 5px;
  }
  table.custom td:before {
    
    left: 6px;
    font-weight: 600;
    height: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}