﻿html {
    background-image: url(images/satelliteNE2.png);
    background-size: 7em;
}

.OPPORTUNITIESTITLE {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0.2em;
    color: #000;
    letter-spacing: 0.12em;
}

.OPPORTUNITIESWRAP {
    line-height: 1.4em;
    padding: 1em 0.5em 0.3em 0.5em;
    background-color: white;
}

    .OPPORTUNITIESWRAP ul {
        margin-top: 0;
    }

.PARA {
    margin-bottom: 1em;
}

.POSITIONFILLED {
}

    .POSITIONFILLED * {
        display: inline-block;
        background-color: #b70909;
        color: white;
        padding: 0 0.2em;
        -webkit-border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        border-radius: 0.2em;
    }

.POSITIONREOPENED {
}

    .POSITIONREOPENED div {
        display: inline-block;
        background-color: green;
        color: white;
        padding: 0.1em 0.7em;
        -webkit-border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        border-radius: 0.2em;
        margin-right: 0.3em;
    }

    .POSITIONREOPENED i {
        color: #2b5d81;
    }