
/* Public Areas */

/* ~~~~~~~~~~~~~~~~~~~~= [                                     ] =~~~ */
.gulfhypoxia-button {
    display: inline-block;
    margin: 7px;
    width: 256px;
    font-size: 18px;
    line-height: 32px;
    color: #FFF;
    font-weight: bold;
}

.gulfhypoxia-button:hover {
    color: #F3F3F3;
}

.gulfhypoxia-blue {
background: #1103a8;
background: -moz-linear-gradient(top, #1103a8 0%, #0c0291 44%, #03006d 100%);
background: -webkit-linear-gradient(top, #1103a8 0%,#0c0291 44%,#03006d 100%);
background: linear-gradient(to bottom, #1103a8 0%,#0c0291 44%,#03006d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1103a8', endColorstr='#03006d',GradientType=0 );
}
.gulfhypoxia-red {
background: #a90329;
background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}
/* ~~~~~~~~~~~~~~~~~~~~= [ FIN                                 ] =~~~ */
