@import url('https://fonts.googleapis.com/css?family=Roboto: 300,400');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


html {
	font-family: 'Roboto', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.level_one {
    background-color: rgba(255, 255, 255, 0.1);
    height: 100%;
    left: 40px;
    position: fixed;
    width: 240px;
    z-index: 10;
}
.level_two {
    background-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 280px;
    position: fixed;
    width: 310px;
    z-index: 20;
}
.level_three {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    left: 590px;
    position: fixed;
    width: 400px;
    z-index: 30;
}
.level_four {
    background-color: rgba(255, 255, 255, 0.96);
    height: 100%;
    position: fixed;
    right: 360px;
    width: calc(100% - 1350px);
    z-index: 40;
}
.level_comments {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
	position: fixed;
	right: 0;
    width: 360px;
    z-index: 40;
}

.level_three .header h2, 
.level_four .header h2, 
.level_comments .header h2 {
    color: inherit;
}
.level_two .header {
    border-bottom: hidden;
}
.black li hr {
    background-color: rgba(0, 0, 0, 0.1);
}
.items {
    width: calc(100% - 40px);
}
.results li {
    margin: 0 0 -8px;
}
.header h2 a {
	/*display: none;*/
}

.action {
    display: inline-block;
    float: right;
}

