html,body {
font-family: "Raleway", sans-serif;
font-size:16px !important;
}

h1 {font-size:2.25em !important;}
h2 {font-size:1.875em !important;}
h3 {font-size:1.5em !important;}
h4 {font-size:1.25em !important;}
h5 {font-size:1.125em !important;}
h6 {font-size:1em !important;}

#ibstk_topbar {
z-index:4;
background-color:#E8E3DD !important;
justify-content:space-between;
border-bottom: 1px #666 solid;
}

#ibstk_title {
flex:1;
}

#ibstk_logo {
padding:0 0px;
}

#ibstk_logo img {
width: 160px;
border-right: 2px #666 solid;
}

#ibstk_user_infos {
width: 180px;
font-size:.8em;
}

#ibstk_main {
width:100%;
display:flex;
flex-direction:row;
background-color:#DBD7CC !important;
}

#ibstk_sidebar {
display:flex;
flex-direction:column;
width: 160px;
height: 100%;
padding: 20px 5px 0px 5px;
background-color: #353E43;
color: #C0C3B8;
}

#ibstk_sidebar .menu_item {
display:flex;
flex-direction:row;
align-items:center;
height:48px;
border-bottom: 1px #C0C3B8 solid;
overflow-x:hidden;
}

#ibstk_sidebar .menu_item:hover {
cursor:pointer;
background-color: #C0C3B8;
color: #353E43;
}

#ibstk_sidebar i {
width:20px;
margin-right: 3px;
}

#ibstk_content {
display:flex;
flex-direction:column;
flex:1;
}
