.btn.green {
    color: white;
    text-shadow: none;
    background-color: #BB9538;
}
.btn.green:hover, .btn.green:focus, .btn.green:active, .btn.green.active, .btn.green.disabled, .btn.green[disabled] {
    background-color: #1d943b !important;
    color: #fff !important;
    outline: none !important;
}
.btn.grey {
    background: #595959 !important;
    color: #fff !important;
    margin-left: 10px !important;
}
.dev_active{
	color: #fff;
    padding: 5px;
    background-color: #BB9538;
    text-decoration: none;
}
.dev_active:hover{
	color: #fff;
    padding: 5px;
    background-color: #C09D47;
    text-decoration: none;
}