h1 {
    margin:0;
    padding-left: 0.3em;
    margin-bottom: 0.3em;
    font-size: 1.3em;
    color: #aaa;
    text-shadow: 1px 1px 0px #fff;
}

.box-col-1-2 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    float: left;
}

.container-8-boxes {
    display: block;
    margin: 0 0 0 18px;
}

.row {
    display: block;
    padding-bottom: 5px;
    margin-left: 20px;
    margin-right: 6px;
}

.combo-box {
    width: 104px;
    height: 106px;
    margin: 3px 3px;
    float: left;
    display: block;
    background-color: transparent;
}

    /* sizes */
    .combo-box>.row-1-2 {
        width: 104px;
        height: 43px;
        padding-top: 10px;
        float: left;
        text-align: center;
        text-transform: capitalize;
        background-color: transparent;
    }
    
    /* colors */
    
    .combo-box>#blue {
        color: #fff;
        font: bold 13px 'Arial', sans-serif;
        background: #007aec;
        background: -moz-linear-gradient(top,  #007aec 0%, #00519c 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007aec), color-stop(100%,#00519c));
        background: -webkit-linear-gradient(top,  #007aec 0%,#00519c 100%);
        background: -o-linear-gradient(top,  #007aec 0%,#00519c 100%);
        background: -ms-linear-gradient(top,  #007aec 0%,#00519c 100%);
        background: linear-gradient(to bottom,  #007aec 0%,#00519c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007aec', endColorstr='#00519c',GradientType=0 );
    }
    
    .combo-box>#green {
        color: #fff;
        font: bold 13px 'Arial', sans-serif;
        background: #007a00;
        background: -moz-linear-gradient(top,  #007a00 0%, #005100 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007a00), color-stop(100%,#005100));
        background: -webkit-linear-gradient(top,  #007a00 0%,#005100 100%);
        background: -o-linear-gradient(top,  #007a00 0%,#005100 100%);
        background: -ms-linear-gradient(top,  #007a00 0%,#005100 100%);
        background: linear-gradient(to bottom,  #007a00 0%,#005100 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007a00', endColorstr='#005100',GradientType=0 );
    }
    
    .combo-box>#white {
        color: #000;
        font: bold 13px 'Arial', sans-serif;
        background: #f2f2f2;
        background: -moz-linear-gradient(top,  #f2f2f2 0%, #c9c9c9 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#c9c9c9));
        background: -webkit-linear-gradient(top,  #f2f2f2 0%,#c9c9c9 100%);
        background: -o-linear-gradient(top,  #f2f2f2 0%,#c9c9c9 100%);
        background: -ms-linear-gradient(top,  #f2f2f2 0%,#c9c9c9 100%);
        background: linear-gradient(to bottom,  #f2f2f2 0%,#c9c9c9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c9c9c9',GradientType=0 );
    }
    
    /* layers */
    .combo-box>.onTop {
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    
    .combo-box>.onBottom {
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

.combo-box a:link {
    color: #fff;
    text-decoration: none;
}

.combo-box>#white a:link {
    color: #000;
    text-decoration: none;
}

.combo-box a:visited {
    color: #fff;
    text-decoration: none;
}

.combo-box a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
}