@import "dependencies";


ul#service-menu {
    border: 1px solid;
}
ul#service-menu li {
    background: #bf383a;
    padding: 0.4rem 0.1rem 0.4rem 0.3rem;
    margin: 1px 1px;
}

ul#service-menu li a {
    color: #fff !important;
}
ul#service-menu li:hover {
    background: #a61f21;
    color: #fff !important;
}
ul#service-menu li.active {
    background: #a61f21;
    color: #fff !important;
}


#service-gantry .g-content .platform-content  {
	/*background: #fefefe;
	border: 2px solid #009701;*/
	padding: 5px;
	border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
