
div.dashboard_box
{
width: 180px;
float: left;
text-align: center;

/*
border-width: 1px;
border-color: green;
border-style: solid;
*/
}

a.dark-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}


div.frame_scroll {
font:12px arial;
position: absolute; bottom: 0;
height:60px;
border:none;
overflow: hidden;
/*border-top:1px solid #6e6e6e;*/
padding:5;
}

div.icon
{
height: 80px;
text-align: center;
vertical-align:bottom;
position: relative;
bottom: 0;
}

div.dashboard_buy_box
{
width: 120px;
float: right;
text-align: center;
/*
border-width: 1px;
border-color: yellow;
border-style: solid;
*/
height: 100%;
vertical-align:bottom;
}

div.dashboard_group
{
border-width: 1px;
border-color: red;
border-style: solid;
}

div.dashboard_group_title
{
/*
border-width: 1px;
border-color: purple;
border-style: solid;
*/
text-align: left;
padding: 5px;
}

h3
{
margin: 5px 5px 5px 5px;
font-weight: 800;
font-size: 14px;
text-decoration: underline;
}

div.bottom_text
{
width: 150px;
text-align: center;
font-size: 10px;
font-weight: 500;
color: gray;
}

div.icon_title
{
text-align: center;
font-size: 10px;
font-weight: 500;
margin-top: 5px;
}

hr.dashboard
{
border: 0;
background-color: #d7d7d7;
height: 0px;
color: #d7d7d7;
width: 100%;
}
