@font-face {
    font-family: 'Menlo Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Menlo Regular'), url('Menlo-Regular.woff') format('woff');
    }

body{
background-color:black;
color:white;
	font-family: 'Menlo Regular';
	font-size: 14px;
}

.subtitle{
	color:lightgray;
	font-size: 16px;
}

.sidebar{
	padding-top:100px;
	padding-left:50px;
	height:100%;
}

.see-all{
	padding-left:30px;	
}

.content{
	padding-top:30px !important;	
}