html, body {
    background-color: #e4f3fe;
    /* font: 14px Arial,sans-serif; */
    font-family: "SF Symbol","SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    color: black;
}

#container {
    background-color: #e4f3fe;
    border-style: solid;
    border-color: #3cabf5;
    border-width: 0 2px 0;
    margin-bottom: -50px;
    min-height: 99.25%;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
}

/******* Header Styles ********/
.header {
    border-top: 2px solid #3cabf5;
    text-align: center;
    padding: 10px;
}

.header h1 {
    font-size: 16px;
    margin: 0;
}

/******* Panel Styles ********/
.panel {
    align-items: stretch;
    align-content: flex-start;
    border-color: #53b4f5;
    border-style: solid;
    border-width: 2px 0 0;
    display:flex; 
    flex-flow: row nowrap;
    flex-grow: 2;
    justify-content: flex-start;
}

.panelSection {
    align-content: flex-start;
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.lPanel {    
    border-right: 2px solid  #53b4f5;
    width: 30%;
}

.mPanel {
    width: 40%;
}

.rPanel {   
    border-left: 2px solid #53b4f5;
    width: 30%;
}

#lPanelheader, #mPanelheader, #rPanelheader  {
    background-color: #76abca;
}

#lPanelheader, #mPanelheader {
    padding: 10px;
}

#mPanelheader {
    font-weight: bold;
    text-align: center;
}

#lPanelContent {
    padding: 0 2%;
}
 
#rPanelContent {
    padding: 0 2%;
}

#mPanelContent {
    padding: 0 2%;
}
.garage-title {
    margin: 0 0 1px;
    color: black;
    font-weight: bold;
}

/******* Tab Styles ********/
/* .tab {
    border: 2px solid #53b4f5;
    border-right: none;
    border-left: none;
    display: flex; 
    flex-direction: row; 
    height: 5%;
    text-align: center;
}

.lTab {            
    border: 2px solid  #53b4f5;
    border-top: none;
    border-bottom: none;
    border-left: none;
    width: 30% !important;
}

.rTab {            
    border: 2px solid #53b4f5;
    border-top: none;
    border-bottom: none;
    border-right: none;
    width: 30% !important;             
}

.mTab {
    width: 40%;
}   */

/******* Footer Styles ********/
.footer {
    border: 2px solid #3cabf5;
    text-align: right;
    color: #000;
    padding: 0 18px
}
.footer, .push {
  height: 50px;
}