/*********************************
MAIN-LAYOUT
**********************************/
html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none
}


/*********************************
MISC
**********************************/

.active {
	font-weight: bold;
}

select{
 	width:150px;
}

img.border1
{
  border: 1px !important;
}

img.border2
{
  border: 2px !important;
}

img.border3
{
  border: 3px !important;
}

