

/* ==========================================================================
   Author's custom styles
   ==========================================================================*/

/*.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: WhiteSmoke;
 }*/

.dataTable td {
    max-width: 200px;
    min-width: 50px;
}

.modal-backdrop {
    z-index: -1;
}

.collapsing {
  /*position: relative;
  height: 0;
  overflow: hidden;*/
  -webkit-transition: height .05s ease;
       -o-transition: height .05s ease;
          transition: height .05s ease;
}

.caption {
    position: absolute;
    color: white;
    top: 45%;
    left: 35%;
    width: 100%;
    font-family: 'Merriweather', serif !important;
    font-size: xx-large;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar a {
    color: white !important;
}

.navbar-default {
    background-color: #26160a;
}

.navbar-nav {
    font-family: 'Merriweather', serif !important;
}

.navbar-brand {
    font-family: 'Special Elite', cursive;
}

.dropdown-menu a{
    color: #26160a !important;
    background-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
