html, body 
{   height:100%; 
    background-color: #ffffff; 
    padding: 0; margin: 0;
}

body{ }

#ast_objectContainer 
{   width:100%;
    height:100%;

	font-family: Arial;
	font-size: 18px;
}

.randomcont
{	text-align: center;
	padding: 20 0 0 0;
	position: relative;
	width: 100%;
	height: 150px;
}

.mapcont
{	text-align: center;
	width: 25%;
	position: relative;
	height: 100%;
	float: left;
}

.rndresultcont
{	width: 50%;
	height: 100%;
	float: left;
}

.rndresult
{	width: 75%;
	margin: 10 auto;
	border: 1px solid;
	border-color: darkgray;
	padding: 10px;
	border-radius: 15px;
}

.butcont
{	text-align: left;
	width: 25%;
	position: relative;
	height: 100%;
	float: left;
}

.mapcont1 {}

.bthinks
{	width: 100%;
	padding-top: 25px;
}

.gearubr
{	padding: 5px;
	text-align: left;
	margin: 0 10;
}

#bviewthink
{
	margin-top: 15px
}

.ab_title
{	color: #9786bd;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin: 25px 0;
}

.ab_rnd0
{	color: black;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
.ab_rnd1
{	color: #169900;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

.ab_rnd2
{	color: #990000;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

.rn
{
	width:50px;
}

#random_res
{	margin-top: 25px;
	background-color: #99c45a;
	width: 150px;
	font-size: 30pt;
	border: 1px solid;
	border-radius: 15px;
	margin: 20 auto 0 auto;
	text-align: center;
	padding: 15px 0;	
	height: 45px;
}

button
{	font-family: Arial;
	font-size: 16px;
	text-align: center;
}

#bmap
{	width: 100px;
	height: 75px;
}


.butr
{
	margin : 10px 0;
	clear: both;
	display: -webkit-box;
}
.butrl
{
	float:left;
	width:125px;
	height: 50px;
}

.butrlr
{
	background-color: #99c45a;
	font-size: 30px;
	border: 1px solid;
	border-radius: 10px;
	text-align: center;
	height:45px;
	padding: 5px 0;		
}

ul.dynatree-container
{	
	padding: 5px;
}


#random_res_la
{	background-color: #9786bd;
}
#random_res_a
{	background-color: #3eb5f1;
}
#random_res_rr
{	background-color: #52ac62;
}
#random_res_rl
{	background-color: #e18c44;
}
#random_res_bb
{	background-color: #b8b8b8;
}
#random_res_bd
{	background-color: #b6a48b;
}