body{
    margin: 0;
    display:  flex;
    flex-direction:  row;
}
#buy-link{
	border: black 1px solid;
    border-radius: 4px;
    margin: 10px 16px;
    padding: 2px 5px;
}
.main{
    flex-grow:  1;
}
#banner {
     width: 100%;
     font-family: Segoe, "Segoe UI", Optima, Arial, sans-serif;
     /* margin: 0px 0px 0px 220px; */
     color: white;
     font-size: 1.8em;
     font-weight: 300;
     transform: translate(15px,1px);
 }
.centered{
   margin: 0 auto;
   max-width: 800px;
    flex-direction: column;
    display: flex;
}
.team-sidebar{
    background-color: #ca0b2c;
    display: none; /* TODO inline-block; * /
    /* float: left; */
    width:  55px;
    min-width: 55px;
    max-width:  150px;
    overflow: hidden;
    -webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
    height: -webkit-fill-available;
}
#menu-button{
    float:right;
    padding: 5px 11px;
    font-size: 2.4em;
}
#menu-button-div{
    min-height: 48px;
    color: white;
    background-color:  #dd0b2f;
}
.team-nav{
    list-style: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    height: 100%;
}
.team-nav-item-text{
    display: inline;
    font-weight: 100;
    font-size: 25px;
    padding: 0px 15px 0px 15px;
    font-family:  Segoe, "Segoe UI", Optima, Arial, sans-serif;
    transform: translateY(-2px);
}
.team-nav-item-icon{
}
.team-nav-item-link{
    text-decoration:  none;
    display:  flex;
    flex-direction:  row;
    color: white;
}
.team-nav-item{
    width:  100%;
    padding: 5px 12px;
}
.team-nav-item:hover{background-color: #dd0b2f;}
#header{
    height: 48px;
    background-color:  #dd0b2f;
    width:  100%;
    vertical-align: text-top;
    display:  flex;
    flex-direction: row;
    /* transform: translate(10px,-6px); */
}
#content{
}
.banner-img{
    height: 65px;
    width: 65px;
    display: inline;
    transform: translate(2px,-10px);
}
.borderlessTabView{
    border: 0px;
    padding: 0px !important;
}
.borderlessTabView .ui-tabs-nav{
    padding: 0px !important;
    top: -3px;
    position:  relative;
    left: -2px;
}
.borderlessTabView .ui-tabs-panel{
    padding: 0.3em !important;
}
#footer{
    position: absolute;
    bottom: 0;
}
.actions-bar-button{
    margin-top: 6px;
    margin-right: 11px!important;
    height: 36px;
}
.my-icon{
    display: block;
    font-size: 20px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
#loginForm{margin: auto;position:  relative;width: max-content;height: max-content;top: 20%;background-color: lightgray;padding: 5px;border-radius:  4px;border: 1px black solid;}
.loginInput{width: -webkit-fill-available;}
.loginLabel{position:  relative;top: 20%;left: 10%;font-family: Segoe, "Segoe UI", Optima, Arial, sans-serif;}