body {
background:#000;
overflow-x:hidden;
}

#station-container {
width:1220px;
position:absolute;
left:50%;
top:50%;
margin:-60px 0 0 -610px;
}

.station-button, .station-button.active {
opacity:0.3;
cursor:pointer;
width:120px;
height:120px;
padding-left:10px;
}

.station-button.active, .station-button.active:hover {
opacity: 1;
}

.station-button:hover {
opacity:0.6;
}