html {
    position: relative;
    min-height: 100%;
    -ms-content-zooming: none;
    -ms-touch-action: pan-x pan-y;
}

body {
    padding-top: 50px;
    margin-bottom: 60px;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    background-color: #f5f5f5;
}

body>.container {
    padding: 60px 15px;
}

.container .text-muted {
    margin: 20px 0;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0px;
}

.footer>.container .text-muted {
    margin: 10px 0;
}

code {
    font-size: 80%;
}

#map {
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -webkit-transition: left .5s ease-in-out;
    -moz-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
}

#map.shrink {
    left: 0;
}

@media (min-width: 768px) {
    #map {
        left: 11px;
    }
    #map.shrink {
        left: 260px;
    }
}

#map .ol-zoom {
    font-size: 1.2em;
}


/*#map { z-index: 35; }*/

#info {
    position: absolute;
    height: 1px;
    width: 1px;
    z-index: 100;
}

#map:-webkit-full-screen {
    top: 0px !important;
    left: 0;
}

#map:-moz-full-screen {
    top: 0px !important;
    left: 0;
}

#map:-ms-fullscreen {
    top: 0px !important;
    left: 0;
}

#map:full-screen {
    top: 0px !important;
    left: 0;
}

#map:fullscreen {
    top: 0px !important;
    left: 0;
}

.modal .modal-content {
    top: 50px;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.navbar-fixed-top {
    border: 0;
}


/* Hide for mobile, show later */

.sidebar {
    display: none;
    /*display: block;
  padding: 20px;
  background-color: #f5f5f5;
  border-right: 1px solid #eee;*/
}

.sidebar-toggle {
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .sidebar,
    .sidebar-toggle {
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
        margin-top: 0;
        margin-bottom: 0;
    }
}


/* Sidebar navigation */

.nav-sidebar {
    margin-right: -21px;
    /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar>li>a {
    padding-right: 20px;
    padding-left: 20px;
    color: #3F3F3F;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
    color: #fff;
    /*background-color: #428bca;*/
    background-color: #5F5F5F;
}


/*
 * Main content
 */

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.navbar .pagination {
    margin-top: 8px;
    margin-bottom: 8px;
}

.red {
    color: #9D2603;
}

.table th a {
    color: #000000;
}

.table th a:hover {
    text-decoration: none;
}

.ol-full-screen {
    position: absolute;
    top: 7px;
    right: 7px;
}

.ol-touch .ol-full-screen {
    top: 7px;
}

.ol-full-screen button {
    height: 22px;
    width: 22px;
    line-height: 6px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

#map:-webkit-full-screen .ol-full-screen button {
    padding-top: 2px;
}

#map:-moz-full-screen .ol-full-screen button {
    padding-top: 2px;
}

#map:-ms-full-screen .ol-full-screen button {
    padding-top: 2px;
}

#map:full-screen .ol-full-screen button {
    padding-top: 2px;
}

#map:fullscreen .ol-full-screen button {
    padding-top: 2px;
}

.ol-touch .ol-full-screen button {
    font-size: 21px;
    height: 30px;
    width: 30px;
    line-height: 26px;
}

.ol-bus-track {
    position: absolute;
    top: 35px;
    right: 7px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
}

.ol-touch .ol-bus-track {
    top: 44px;
}

.ol-bus-track a {
    display: block;
    color: white;
    font-size: 16px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    height: 22px;
    width: 22px;
    background: rgba(0, 60, 136, 0.5);
}

.ol-touch .ol-bus-track a {
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 26px;
}

.ol-bus-track a:hover {
    background: rgba(0, 60, 136, 0.7);
}

.ol-bus-track-active a {
    color: rgba(255, 241, 229, 1);
    background: rgba(29, 98, 0, 0.5);
}

.ol-bus-track-active a:hover {
    background: rgba(29, 98, 0, 0.7);
}

.ol-bus-show {
    position: absolute;
    top: 63px;
    right: 7px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
}

.ol-touch .ol-bus-show {
    top: 81px;
}

.ol-bus-show a {
    display: block;
    color: white;
    font-size: 14px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    height: 22px;
    width: 22px;
    background: rgba(0, 60, 136, 0.5);
    line-height: 23px;
}

.ol-touch .ol-bus-show a {
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 26px;
}

.ol-bus-show a:hover {
    background: rgba(0, 60, 136, 0.7);
}

.ol-bus-show-active a {
    color: rgba(255, 241, 229, 1);
    background: rgba(29, 98, 0, 0.5);
}

.ol-bus-show-active a:hover {
    background: rgba(29, 98, 0, 0.7);
}

.ol-filter-operator {
    position: absolute;
    top: 91px;
    right: 7px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
}

.ol-touch .ol-filter-operator {
    top: 118px;
}

.ol-filter-operator a {
    display: block;
    color: white;
    font-size: 14px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    height: 22px;
    width: 22px;
    background: rgba(0, 60, 136, 0.5);
    line-height: 23px;
}

.ol-touch .ol-filter-operator a {
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 26px;
}

.ol-filter-operator a:hover {
    background: rgba(0, 60, 136, 0.7);
}

.ol-filter-operator-active a {
    color: rgba(255, 241, 229, 1);
    background: rgba(29, 98, 0, 0.5);
}

.ol-filter-operator-active a:hover {
    background: rgba(29, 98, 0, 0.7);
}

.ol-rotate {
    top: 119px;
    right: 7px
}

.ol-touch .ol-rotate {
    top: 155px;
}

.table-padded>tbody>tr>td,
.table-padded>tbody>tr>th,
.table-padded>tfoot>tr>td,
.table-padded>tfoot>tr>th,
.table-padded>thead>tr>td,
.table-padded>thead>tr>th,
.table-padded th {
    padding: 5px 20px;
}

.table-padded>tbody>tr>td.link-cell,
.table-padded>tbody>tr>th.link-cell,
.table-padded>tfoot>tr>td.link-cell,
.table-padded>tfoot>tr>th.link-cell,
.table-padded>thead>tr>td.link-cell,
.table-padded>thead>tr>th.link-cell,
.table-padded th.link-cell {
    padding-left: 3px;
    padding-right: 3px;
}

#report-plot {
    margin-bottom: 30px;
}

.vis.timeline .failed_tlgr_style {
    fill: #ff4f53;
    fill-opacity: 0;
    stroke-width: 2px;
    stroke: #ff4f53;
}

.vis.timeline .ok_tlgr_style {
    fill: #64cf23;
    fill-opacity: 0;
    stroke-width: 0px;
    stroke: #64cf23;
}

.vis.timeline .engine_tlgr_style {
    fill: #2382cf;
    fill-opacity: 0;
    stroke-width: 0px;
    stroke: #2382cf;
}

.flot-container {
    width: 100%;
    margin-bottom: 30px;
}

.flot-placeholder {
    box-sizing: border-box;
    /*border: 1px solid #ddd;*/
    width: 100%;
    height: 100%;
    display: block;
}

.legendLabel {
    padding-left: 5pt;
    padding-right: 5pt;
    font-size: 10pt;
    text-align: left;
}

.plotLabel {
    font-size: 10pt;
    text-align: center;
    padding: 2px 10px;
    color: black;
}

.filter-form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.filter-form .input-group-addon {
    cursor: pointer;
}

.date .input-group-addon {
    -moz-border-top-right-radius: 4px !important;
    -moz-border-bottom-right-radius: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -ms-border-top-right-radius: 4px !important;
    -ms-border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

#map-side-panel {
    top: 50px;
    border-right: none;
    overflow: hidden;
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}

.side-messages-title {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(top, #8E9095 0, #67686B 100%);
    background-image: -o-linear-gradient(top, #8E9095 0, #67686B 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8E9095), to(#67686B));
    background-image: linear-gradient(to bottom, #8E9095 0, #67686B 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8E9095', endColorstr='#ff67686B', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.side-panel-top {
    /*padding: 5px 10px;*/
    padding: 3px;
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 240px;
    border-bottom: 1px solid #BFBFBF;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.side-panel-split {
    overflow: hidden;
    text-align: center;
    background-color: #7B7B7B;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 1000;
}

.side-panel-split a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    color: #fff;
    cursor: pointer;
}

.side-panel-split .fa {
    font-size: 10px;
    position: absolute;
    font-weight: bold;
}

.side-panel-h-split {
    width: 0;
    height: 10px;
    top: 290px;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#696969+0,5a5a5a+100 */
    background: #696969;
    /* Old browsers */
    background: -moz-linear-gradient(top, #696969 0, #5a5a5a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #696969 0, #5a5a5a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #696969 0, #5a5a5a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#5a5a5a', GradientType=0);
    /* IE6-9 */
    background-repeat: repeat-x;
}

.side-panel-v-split {
    width: 11px;
    top: 50px;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c3c3c+0,222222+100 */
    background: #696969;
    /* Old browsers */
    background: -moz-linear-gradient(left, #696969 0, #5A5A5A 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #696969 0, #5A5A5A 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #696969 0, #5A5A5A 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#5A5A5A', GradientType=1);
    /* IE6-9 */
    background-repeat: repeat-x;
}

.side-panel-h-split a {
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.side-panel-v-split a {
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.side-panel-h-split .fa {
    top: 0;
}

.side-panel-v-split .fa {
    left: 2px;
    top: 50%;
    margin-top: -5px;
}

.side-panel-bottom {
    /*padding: 5px 10px;*/
    padding: 0;
    margin: 0;
    position: absolute;
    top: 250px;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    background-color: #E0E5EF;
    -webkit-transition: top .5s ease-in-out;
    -moz-transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
}

#side-plot {
    width: 100%;
    height: 75%;
    min-height: 1px;
    min-width: 1px;
}

#side-plot>.error {
    display: none;
}

#side-plot-legend {
    width: 100%;
    height: 25%;
}

#side-plot-legend .legendColorBox {
    padding-left: 5px;
}

.scrollbox {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.scrollbox .list-group {
    margin: 0;
}

.scrollbox .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

.scrollbox .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
}

.scrollbox .list-group-item {
    background-color: #E6EAF2;
    -webkit-transition: background-color .5s ease-in 0.5s;
    -moz-transition: background-color .5s ease-in 0.5s;
    -o-transition: background-color .5s ease-in 0.5s;
    transition: background-color .5s ease-in 0.5s;
}

.side-panel-bottom h2 {
    font-size: 12px;
    margin-top: 0;
    font-weight: bold;
    color: #5051A0;
}

.side-panel-bottom p {
    font-size: 12px;
    margin: 0;
}

.side-panel-bottom a:hover,
.side-panel-bottom a:visited,
.side-panel-bottom a:link,
.side-panel-bottom a:active {
    text-decoration: none;
}

.new-messages-indicator {
    /*cursor: default;*/
    z-index: 1000;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 5px;
    top: 130px;
    border-radius: 12px;
    border: 1px solid #222;
    background-color: rgba(191, 0, 0, 0.8);
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 17px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    -moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    -o-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

.new-messages-indicator:hover {
    background-color: rgba(191, 0, 0, 1);
    color: #FFFB53;
}

.new-messages-indicator.visible {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.new-messages-indicator .count {
    margin-left: -1px;
}

.hide-side-panel-all {
    cursor: pointer;
}

@media (max-width: 767px) {
    .side-panel-split {
        display: none;
    }
    #map-side-panel {
        display: none;
    }
    .new-messages-indicator.visible {
        visibility: hidden;
        opacity: 0;
    }
}

.modal-backdrop {
    position: fixed;
}

.sidebar-right {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #eee;
}

#shedule-form {
    margin-top: 20px;
}

#calendar {
    margin-top: 20px;
}

.dropdown-header {
    font-size: 14px;
    font-weight: bold;
    cursor: default;
}

.nav>.nav-header {
    text-align: center;
    cursor: default;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    background-color: #C7D5E1;
}

.nav>.nav-header>a {
    color: #636363;
}

.report-sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.report-sidebar .sidebar-search {
    padding: 15px;
}

.report-sidebar ul li {
    border-bottom: 1px solid #CCCCCC;
}

.navbar-collapse>ul>li>a.category:first-child {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #52585F;
    background-color: #808080;
    background-image: -webkit-linear-gradient(top, #D9D7E4 0, #CECBDC 100%);
    background-image: -o-linear-gradient(top, #D9D7E4 0, #CECBDC 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D9D7E4), to(#CECBDC));
    background-image: linear-gradient(to bottom, #D9D7E4 0, #CECBDC 100%) filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffD9D7E4', endColorstr='#ffCECBDC', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.report-sidebar a.active .fa.arrow-active {
    float: right;
}

.report-sidebar a.active .fa.arrow-active:before {
    content: "\f100";
}

.-dashboard-entry {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.report-sidebar {
    z-index: 1;
    position: fixed;
    overflow: auto;
    bottom: 0;
    top: 50px;
    left: 0;
    width: 250px;
    border-right: 1px solid #e7e7e7;
    background-image: -webkit-linear-gradient(top, #E4E3EC 0, #F0F0F5 100%);
    background-image: -o-linear-gradient(top, #E4E3EC 0, #F0F0F5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E4E3EC), to(#F0F0F5));
    background-image: linear-gradient(to bottom, #E4E3EC 0, #F0F0F5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffE4E3EC', endColorstr='#ffF0F0F5', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.report-sidebar .navbar-collapse {
    padding: 0;
}

.report-sidebar ul li a.active {
    background-color: #EEE;
    background-image: -webkit-linear-gradient(top, #EEE 0, #D4D4D4 100%);
    background-image: -o-linear-gradient(top, #EEE 0, #D4D4D4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#D4D4D4));
    background-image: linear-gradient(to bottom, #EEE 0, #D4D4D4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffEEEEEE', endColorstr='#ffD4D4D4', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.report-sidebar .arrow {
    float: right;
}

.report-sidebar .fa.arrow:before {
    content: "\f104";
}

.report-sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.report-sidebar .nav-second-level li,
.report-sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.report-sidebar .nav-second-level li a {
    padding-left: 37px;
}

.report-sidebar .nav-third-level li a {
    padding-left: 52px;
}

#page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
}

.flot-container .error {
    display: none;
}

.huge {
    font-size: 40px;
}

.panel {
    min-width: 140px;
}

.panel-heading>h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-heading>h3>a:hover {
    text-decoration: none;
}

#vehicle-delays-plot .error {
    display: none;
}

.pieLabel,
.plotLabel {
    font-size: 11px;
}

.aspect-ratio-1-1 {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.aspect-ratio-16-9 {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.aspect-ratio-4-3 {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}

.aspect-ratio-3-2 {
    width: 100%;
    padding-bottom: 66.66%;
    position: relative;
}

.aspect-ratio-2-1 {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
}

.aspect-ratio-3-1 {
    width: 100%;
    padding-bottom: 33.33%;
    position: relative;
}

.aspect-ratio-4-1 {
    width: 100%;
    padding-bottom: 25%;
    position: relative;
}

.aspect-ratio-5-1 {
    width: 100%;
    padding-bottom: 20%;
    position: relative;
}

.aspect-ratio-1-1>div,
.aspect-ratio-16-9>div,
.aspect-ratio-4-3>div,
.aspect-ratio-3-2>div,
.aspect-ratio-2-1>div,
.aspect-ratio-3-1>div,
.aspect-ratio-4-1>div,
.aspect-ratio-5-1>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.label-pill {
    padding: .3em .65em;
    border-radius: 10rem;
}