root { 
    display: block;
}

body
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363534;
}

#wrapper
{
    margin-left: auto;
    margin-right: auto;
	width: 100%;
    max-width: 940px;
}

#header
{
	overflow: auto;
	height: 74px;
}

#nosto_header
{
	width: 25%;
	float: left;
	display: table;
	padding-top: 25px;
	padding-left: 45px;
}

#nosto_container
{
	width: 50%;
	float: right;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 45px;
	font-size: 12px;
}

#thumbs
{
	/*border: 1px solid #000000;*/
	/*min-height: 400px;
	max-height: 600px;*/
	height: 426px;
	overflow-y: scroll;
}

#thumbs ul
{
	margin: 0px;
    padding: 0px;
    border: 0px;
	
}

#thumbs li
{
	list-style: none;
	min-height: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	
	font-size: 11px;
	border-bottom: 1px dotted #363534;
	overflow:auto;
}

.li-year{
	border-bottom: 3px solid rgba(143, 212, 0, 1) !important;
	min-height: 15px !important;
	padding-top: 30px !important;
}

#thumbs li a
{
	font-size: 12px;
	font-weight: bold;
}

#footer
{
	width: 100%;
	font-size: 8pt;
	text-align: center;
}

.li-full{
	font-weight: bold;
	font-size: 14px;
}

.li-left
{
	width: 50%;
	float: left;
}

.li-right
{
	width: 40%;
	float: right;
	text-align: right;
}

.li-right img
{
	padding-top: 8px;
	border: 0px;
}

@media (max-width: 550px)
{

	#nosto_header
	{
		padding-left: 15px;
		padding-top: 13px;
		font-size: 12px;
		width: 20%;
	}

	#nosto_container
	{
		padding-right: 15px;
		font-size: 10px;
		width: 66%;
	}
}