.txt-center {
  text-align: center;
}
.hide {
  display: none;
}
.clear {
  float: none;
  clear: both;
}
@media (max-width : 600px) {
    .mobile-inline { display: inline}
    .mobile-hide { display: none}
    .mobile-right { text-align: right}
}

.devoss-font-blue {
    color: #1CD1A5 !important;
}
.devoss-bg {
    background-color: #1CD1A5 !important;
}

#bottom-banner {
background-image: url("../img/bottom-banner.png");
background-repeat: no-repeat;
background-position: center;
 background-size: cover !important; 
 height:600px;
}

.pt-3-half { padding-top: 1.4rem; }

td{
    border-color: #1CD1A5 !important;
    border-width: thick 10px !important;
}

table {
    border-color: #1CD1A5 !important;
    border-width: thick 10px !important;
    font-family: 'Orbitron', sans-serif;
}

