﻿body {
    font-size: 12px;
}

thead th {
    background-color: #222222;
    color: white;
}

.navbar {
    font-family: Verdana, sans-serif !important;
}

.navbar-brand {
    font-weight: 700;
    font-size: 14px;
}
/*
.navbar-inverse a {
    color: #ccc !important;
}
*/
    .navbar-inverse a:hover {
        background: #808080 !important;
    }

.navbar-nav a {
    font-weight: 400;
    font-size: 12px;
}

.dropdown-menu.inverse {
    background: #000;
    
}

    .dropdown-menu.inverse a {
        font-weight: 300;
        /*color: #ccc;*/
        color: #fff;
    }

 .live__scroll {
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
}
.live__scroll .row{
  display:block;
}
.live__scroll .live__scroll--box {
  display: inline-block;
  float: none;
  padding: 15px;
  border: 1px solid red;
}