@import url('/assetlib/css/arcaincutility-common.css');

html,
body {
    background-color: WhiteSmoke;
}

a {
    color: #006327;
    text-decoration: none;
}

a:hover {
    color: #006327;
}

/*
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
	background-color: #263746 !important;
	color: white !important;
}
*/

/*bigger screens*/
@media (min-width: 992px) {}

/*smaller screens*/
@media (max-width: 991px) {}