.beamline_status a,
#menu-fast-access-buttons .beamline_status a {
    background: #B1B3B3;
    transition: 0.5s;
}
.beamline_status a span {
    color: #FFFFFF;
}
.beamline_status a::before {
	background: transparent;
    border: 1px solid #FFF;
    border-radius: 10px;
    content: " ";
	color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    height: 11px;
    line-height: 6px;
    margin: 0 10px 3px 0;
    min-width: 1px;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
}
#menu-fast-access-buttons .beamline_on a {
    background: #74AA50 !important;
}
#menu-fast-access-buttons .beamline_off a {
    background: #E04E39 !important;
}
.beamline_status.beamline_on a::before,
.beamline_status.beamline_off a::before {
	content: " ";
	
}