.t-title {
    padding-bottom: 15px;
    font-size: 18px;
    font-family: t26-carbon, monospace;
    text-transform: lowercase;
}

table tbody tr td, table tbody tr th{ 
    color: #f5f5f5; 
    width: auto;
    margin-left: auto;
    margin-right: auto;
    transition: color 0.4s ease-in;
    -webkit-transition: color 0.4s ease-in;
    -moz-transition: color 0.4s ease-in;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th{
    color: #000000;
    background-color: #829896;
    cursor: crosshair;
  }


.tour-cover{
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    opacity: 1;
    padding-bottom: 2em;
}

.btn {
    font-family: t26-carbon, monospace;
    cursor: cell;
  }

.btn-light:hover {
    cursor: cell !important;
}

a {
    color: #f5f5f5; 
    text-decoration: none;
}