/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 25, 2020, 5:40:20 PM
    Author     : Ariel
*/

.office-hours-table table {
  max-width: 980px;
  border-left:#e0e0e0 1px solid;
  border-top:#e0e0e0 3px solid;
  padding: 1px;


}

.office-hours-table li {
 list-style-type: none;
}

.office-hours-table caption {
  font-size: 1.6em;
  font-weight: 400;
  padding: 10px 0;
}

.office-hours-table .theader th {
  font-size: 1.6 em;
  font-weight: 600px;
  vertical-align:bottom;
  background: #eeeeee;
  color: #333333;
}

.office-hours-table thead th {
  font-size: 1.6 em;
  font-weight:600;
  padding: 10px;
  vertical-align:middle;
  text-align:center;
  background: #ededed;
  color: #333333;
}

.office-hours-table .tsub th {
  font-weight: 600px;
  padding: 10px;
  background: #0f4e96;
  color: #FFF;
}

.office-hours-table tr {
  background: #fbfbfb;

}

.office-hours-table tr:nth-child(even) {
  background: #f7f7f7;
}

.office-hours-table th, td {
  text-align: left;
  padding: 10px;
  font-weight: 400;
}

.office-hours-table .bordo {
  text-align: left;
  border-right:#e0e0e0 1px solid;
  border-bottom:#e0e0e0 1px solid;
  padding: 10px;
  font-size: .9em;
  font-weight:600;
}



.office-hours-table .bordosub {
  text-align: left;
  border-right:#e0e0e0 1px solid;
  border-bottom:#e0e0e0 1px solid;
  background: #a3c996;
  padding: 10px;
  font-size: .9em;
  font-weight:600;
}

.office-hours-table .bordoH {

  border-right:#e0e0e0 1px solid;
  border-bottom:#e0e0e0 1px solid;
  background: #424242;
  padding: 10px;
  font-size: 1.0em;
  color:#FFF;
  line-height: 1.4em;
  font-weight:600;
}


.office-hours-table .bordoB {
  border-right:#e0e0e0 1px solid;
  border-bottom:#e0e0e0 3px solid;
  background: #888888;
  padding: 10px;
  font-size: .9em;
  color:#FFF;
  font-weight:600;
}

.office-hours-table .bordoT {
  border-right:#e0e0e0 1px solid;
  border-bottom:#e0e0e0 3px solid;
  background: #cc0000;
  padding: 10px;
  font-size: .9em;
  color:#FFF;
  font-weight:600;
}

.office-hours-table .bordo-bottom {
  text-align: left;
  padding: 10px;
  border-bottom:#333 3px solid;
  vertical-align:middle;
  text-align:center;

}

.office-hours-table tfoot tr {
  background: none;
}

.office-hours-table tfoot td {
  padding: 10px 2px;
  font-size: 0.8em;
  font-style: italic;
  color: #8a97a0;
}

.office-hours-table .thumbs {
	padding: 7px;
	border-spacing:2px;
}
.office-hours-table .bullets {
	background: url("/2009-redesign-images/l4-bullet-sm-01.png") no-repeat scroll 0 0.9em transparent;
	padding: 2px 0 8px 25px;
	margin-left: 15px;
}
.office-hours-table .emphasis {
	font-weight: 600;
}

.office-hours-table .bordo-bottom1 {  text-align: left;
  padding: 10px;
  border-bottom:#333 3px solid;
  vertical-align:middle;
  text-align:center;
}
.office-hours-table .bordo-bottom2 {  text-align: left;
  padding: 10px;
  border-bottom:#333 3px solid;
  vertical-align:middle;
  text-align:center;
}
.office-hours-table .bordo-bottom3 {  text-align: left;
  padding: 10px;
  border-bottom:#333 3px solid;
  vertical-align:middle;
  text-align:center;
}
.office-hours-table .bordo-bottom21 {text-align: left;
  padding: 10px;
  border-bottom:#333 3px solid;
  vertical-align:middle;
  text-align:center;
}



/*Bootstrap classes
table table-striped table-bordered dt-responsive nowrap
*/

.office-hours-table .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .office-hours-table .form-control {
    transition: none;
  }
}

.office-hours-table .dataTables_filter label {
    width: 100%;
    display: block;
    padding-bottom: 15px;
    font-weight: bold;
}


.office-hours-table table.dataTable thead>tr>th.sorting_asc,
.office-hours-table table.dataTable thead>tr>th.sorting_desc,
.office-hours-table table.dataTable thead>tr>th.sorting,
.office-hours-table table.dataTable thead>tr>td.sorting_asc,
.office-hours-table table.dataTable thead>tr>td.sorting_desc,
.office-hours-table table.dataTable thead>tr>td.sorting {
	padding-right: 20px
}

.office-hours-table table.dataTable thead>tr>th:active,
.office-hours-table table.dataTable thead>tr>td:active {
	outline: none
}

.office-hours-table table.dataTable thead .sorting,
.office-hours-table table.dataTable thead .sorting_asc,
.office-hours-table table.dataTable thead .sorting_desc,
.office-hours-table table.dataTable thead .sorting_asc_disabled,
.office-hours-table table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative
}

.office-hours-table table.dataTable thead .sorting:before,
.office-hours-table table.dataTable thead .sorting:after,
.office-hours-table table.dataTable thead .sorting_asc:before,
.office-hours-table table.dataTable thead .sorting_asc:after,
.office-hours-table table.dataTable thead .sorting_desc:before,
.office-hours-table table.dataTable thead .sorting_desc:after,
.office-hours-table table.dataTable thead .sorting_asc_disabled:before,
.office-hours-table table.dataTable thead .sorting_asc_disabled:after,
.office-hours-table table.dataTable thead .sorting_desc_disabled:before,
.office-hours-table table.dataTable thead .sorting_desc_disabled:after {
	position: absolute;
	bottom: 0.9em;
	display: block;
	opacity: 0.3
}

.office-hours-table table.dataTable thead .sorting:before,
.office-hours-table table.dataTable thead .sorting_asc:before,
.office-hours-table table.dataTable thead .sorting_desc:before,
.office-hours-table table.dataTable thead .sorting_asc_disabled:before,
.office-hours-table table.dataTable thead .sorting_desc_disabled:before {
	right: 1em;
	content: "\2191"
}

.office-hours-table table.dataTable thead .sorting:after,
.office-hours-table table.dataTable thead .sorting_asc:after,
.office-hours-table table.dataTable thead .sorting_desc:after,
.office-hours-table table.dataTable thead .sorting_asc_disabled:after,
.office-hours-table table.dataTable thead .sorting_desc_disabled:after {
	right: 0.5em;
	content: "\2193"
}

.office-hours-table table.dataTable thead .sorting_asc:before,
.office-hours-table table.dataTable thead .sorting_desc:after {
	opacity: 1
}

.office-hours-table .office-hours-table table.dataTable thead .sorting_asc_disabled:before,
.office-hours-table table.dataTable thead .sorting_desc_disabled:after {
	opacity: 0
}

.office-hours-table div.dataTables_scrollHead table.dataTable {
	margin-bottom: 0 !important
}

.office-hours-table div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.office-hours-table div.dataTables_scrollBody table thead .sorting:before,
.office-hours-table div.dataTables_scrollBody table thead .sorting_asc:before,
.office-hours-table div.dataTables_scrollBody table thead .sorting_desc:before,
.office-hours-table div.dataTables_scrollBody table thead .sorting:after,
.office-hours-table div.dataTables_scrollBody table thead .sorting_asc:after,
.office-hours-table div.dataTables_scrollBody table thead .sorting_desc:after {
	display: none
}

.office-hours-table div.dataTables_scrollBody table tbody tr:first-child th,
.office-hours-table div.dataTables_scrollBody table tbody tr:first-child td {
	border-top: none
}

.office-hours-table div.dataTables_scrollFoot>.dataTables_scrollFootInner {
	box-sizing: content-box
}

.office-hours-table div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
	margin-top: 0 !important;
	border-top: none
}

@media screen and (max-width: 767px) {
	.office-hours-table div.dataTables_wrapper div.dataTables_length,
	.office-hours-table div.dataTables_wrapper div.dataTables_filter,
	.office-hours-table div.dataTables_wrapper div.dataTables_info,
	.office-hours-table div.dataTables_wrapper div.dataTables_paginate {
		text-align: center
	}
}

.office-hours-table table.dataTable.table-sm>thead>tr>th {
	padding-right: 20px
}

.office-hours-table table.dataTable.table-sm .sorting:before,
.office-hours-table table.dataTable.table-sm .sorting_asc:before,
.office-hours-table table.dataTable.table-sm .sorting_desc:before {
	top: 5px;
	right: 0.85em
}

.office-hours-table table.dataTable.table-sm .sorting:after,
.office-hours-table table.dataTable.table-sm .sorting_asc:after,
.office-hours-table table.dataTable.table-sm .sorting_desc:after {
	top: 5px
}

.office-hours-table .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.office-hours-table .nav-link {
    display: block;
    padding: .5rem 1rem
}
.office-hours-table .nav-link: focus, .nav-link: hover {
    text-decoration: none
}
.office-hours-table .nav-link.disabled {
    color: #6c757d
}
.office-hours-table .nav-tabs {
    border-bottom: 1px solid #dee2e6
}
.office-hours-table .nav-tabs .nav-item {
    margin-bottom: -1px
}
.office-hours-table .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.office-hours-table .nav-tabs .nav-link: focus, .nav-tabs .nav-link: hover {
    border-color: #e9ecef #e9ecef #dee2e6
}
.office-hours-table .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}
.office-hours-table .nav-tabs .nav-item.show .nav-link,
.office-hours-table .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}
.office-hours-table .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.office-hours-table .nav-pills .nav-link {
    border-radius: .25rem
}
.office-hours-table .nav-pills .nav-link.active,
.office-hours-table .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}
.office-hours-table .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}
.office-hours-table .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}
.office-hours-table .tab-content>.tab-pane {
    display: none
}
.office-hours-table .tab-content>.active {
    display: block
}
.office-hours-table .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}
.office-hours-table .navbar>.container,
.office-hours-table .navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.office-hours-table .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}
.office-hours-table .navbar-brand: focus, .navbar-brand: hover {
    text-decoration: none
}
.office-hours-table .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.office-hours-table .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}
.office-hours-table .navbar-nav .dropdown-menu {
    position: static;
    float: none
}
.office-hours-table .navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}
.office-hours-table .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}
.office-hours-table .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}
.office-hours-table .navbar-toggler: focus, .office-hours-table .navbar-toggler: hover {
    text-decoration: none;
}
.office-hours-table .navbar-toggler: not(: disabled): not(.disabled) {
    cursor: pointer;
}
.office-hours-table .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}
@media (max-width: 575.98px) {
    .office-hours-table .office-hours-table .navbar-expand-sm>.container, .office-hours-table .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 576px) {
    .office-hours-table .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .office-hours-table .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .office-hours-table .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .office-hours-table .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .office-hours-table .navbar-expand-sm>.container,
    .office-hours-table .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}
@media (max-width: 767.98px) {
    .office-hours-table .navbar-expand-md>.container, .office-hours-table .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 768px) {
    .office-hours-table .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .office-hours-table .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .office-hours-table .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .office-hours-table .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .office-hours-table .navbar-expand-md>.container,
    .office-hours-table .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .office-hours-table .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .office-hours-table .navbar-expand-md .navbar-toggler {
        display: none
    }
}
@media (max-width: 991.98px) {
    .office-hours-table .navbar-expand-lg>.container,.office-hours-table  .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 992px) {
    .office-hours-table .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .office-hours-table .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .office-hours-table .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .office-hours-table .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .office-hours-table .navbar-expand-lg>.container,
    .office-hours-table .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .office-hours-table .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .office-hours-table .navbar-expand-lg .navbar-toggler {
        display: none
    }
@media (max-width: 1199.98px) {
    .office-hours-table .navbar-expand-xl>.container, .office-hours-table .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 1200px) {
    .office-hours-table .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .office-hours-table .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .office-hours-table .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .office-hours-table .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .office-hours-table .navbar-expand-xl>.container,
    .office-hours-table .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .office-hours-table .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .office-hours-table .navbar-expand-xl .navbar-toggler {
        display: none
    }
}
.office-hours-table .navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.office-hours-table .navbar-expand>.container,
.office-hours-table .navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}
.office-hours-table .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}
.office-hours-table .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}
.office-hours-table .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
.office-hours-table .navbar-expand>.container,
.office-hours-table .navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.office-hours-table .navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}
.office-hours-table .navbar-expand .navbar-toggler {
    display: none
}
.office-hours-table .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}
.office-hours-table .navbar-light .navbar-brand: focus, .navbar-light .navbar-brand: hover {
    color: rgba(0, 0, 0, .9)
}
.office-hours-table .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}
.office-hours-table .navbar-light .navbar-nav .nav-link: focus, .office-hours-table .navbar-light .navbar-nav .nav-link: hover {
    color: rgba(0, 0, 0, .7)
}
.office-hours-table .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}
.office-hours-table .navbar-light .navbar-nav .active>.nav-link,
.office-hours-table .navbar-light .navbar-nav .nav-link.active,
.office-hours-table .navbar-light .navbar-nav .nav-link.show,
.office-hours-table .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}
.office-hours-table .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}
.office-hours-table .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.office-hours-table .navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}
.office-hours-table .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}
.office-hours-table .navbar-light .navbar-text a: focus, .office-hours-table .navbar-light .navbar-text a: hover {
    color: rgba(0, 0, 0, .9)
}
.office-hours-table .navbar-dark .navbar-brand {
    color: #fff
}
.office-hours-table .navbar-dark .navbar-brand: focus, .office-hours-table .navbar-dark .navbar-brand: hover {
    color: #fff
}
.office-hours-table .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}
.office-hours-table .navbar-dark .navbar-nav .nav-link: focus, .office-hours-table .navbar-dark .navbar-nav .nav-link: hover {
    color: rgba(255, 255, 255, .75)
}
.office-hours-table .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}
.office-hours-table .navbar-dark .navbar-nav .active>.nav-link,
.office-hours-table .navbar-dark .navbar-nav .nav-link.active,
.office-hours-table .navbar-dark .navbar-nav .nav-link.show,
.office-hours-table .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}
.office-hours-table .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}
.office-hours-table .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.office-hours-table .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}
.office-hours-table .navbar-dark .navbar-text a {
    color: #fff
}
.office-hours-table .navbar-dark .navbar-text a: focus, .navbar-dark .navbar-text a: hover {
    color: #fff
}
 
 .office-hours-table .p-4 {
    padding: 1.5rem!important
}
.office-hours-table .pt-4,
.office-hours-table .py-4 {
    padding-top: 1.5rem!important
}
.office-hours-table .pr-4,
.office-hours-table .px-4 {
    padding-right: 1.5rem!important
}
.office-hours-table .pb-4,
.office-hours-table .py-4 {
    padding-bottom: 1.5rem!important
}
.office-hours-table .pl-4,
.office-hours-table .px-4 {
    padding-left: 1.5rem!important
}

.office-hours-table .bordo-custom{
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    
}

.office-hours-table #main-content li {
               /* background: url(/2014-redesign-images/new-bullet.png) no-repeat scroll 0 0.9em transparent;
                /* padding: 2px 0 2px 15px; */
                margin-left: 20px !important;
            }