.codebox_header {
    height: 29px;
}

.codebox_header .apple_button {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    background-color: #47C652;
    margin-right: 5px;
}

.codebox_header .apple_button.red {
    background-color: #FA6454;
    margin-bottom: 0.5%;
}

.codebox_header .apple_button.yellow {
    background-color: #FEBF40;
    margin-bottom: 0.5%;
}

.codebox_header .apple_button.green {
    background-color: #47C652;
    margin-bottom: 0.5%;
}