#cogmenu
{
background: rgb(17, 17, 17) none repeat scroll 0% 0%;
color: white;
padding: 8px;
padding-top: 0px!important;
position: fixed;
right: 0px;
top: 42px;
width: 300px;
overflow-y: auto;
height: 100%;
font-family: Segoe UI ! important;
font-weight: 100 ! important;
z-index: 200000!important;
}

#cogmenu
{
    display: none;
}

#cogmenu h1, #cogmenu h2, #cogmenu h3, #cogmenu h4, #cogmenu h5, #cogmenu p, #cogmenu span, #cogmenu li
{
	font-family: Segoe UI ! important;
    font-weight: 100 ! important;
}

.expand
{
    display: block!important;
}

.cogitem
{
	padding: 8px!important;
}

@media only screen and (max-width: 720px) 
{
	#cogmenu
{
	width: 100%!important;
	padding: 0;
}
}