.tab-panel{
    height: 582px;
    padding: 15px;
    padding-top: 2px;
}
.panel-title{
    text-align: center;
    background-color: #6a6b6d;
    color: white;
    font-size: 12px;
    width: 100%;
    padding: 2px;
    border-radius: 3px;
    margin: 1px;
}
.resto-table{
    margin: 1px;
    padding: 5px;
    border: solid 1px #333;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}
.resto-tables .Available{
    background: green;
    color: white;
}
.navbar-expand .navbar-nav .dropdown-menu {
    margin-top: 8px;
    margin-left: -140px;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}