@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url("../fonts/font-awesome.css");
@import url("bootstrap.css");
@import url("primary.css");
@import url("mychat.css"); /*Write down your styles in this file. The rest of the files can be replaced with the standard ones on updates.*/

#balance_sell {
	background: #105578;
}

#balance_sell:hover {
	background: #133F54;
}

#balance_sell li:hover {
	background: #133F54;
}

#menu hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #577380;
	margin: 1em 0;
	padding: 0;
}