/* Temporary style placeholders and overwrites to display a simple thematic map hierarchy */

.theme-options {
    left: 0px;
    background-color: #ffffff !important;
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    font-size: 14px;
    border-radius: 0px 0px 6px 6px;
    width: 360px;
}

li.depth-0{
margin:5px 10px !important;
color:#000;
font-weight:normal;
font-size:20px;
}

li.depth-1{
margin:5px 10px !important;
color:#000;
font-weight:normal;
font-size:18px;
}

li.depth-2{
margin-left:60px !important;
}

li.depth-2 strong{
font-size: 14px;
}



li.depth-3{
margin-left:40px !important;
}

#theme-list-2 a{
    text-decoration: underline !important;
	font-size:85% !important;
}