.box-margin
{
    margin-bottom: 1em;
}

.information-head
{
    color: #2aabd2 !important;
    text-transform: uppercase;
}

.profile-detail-label
{
    text-transform: uppercase;
    color: #000;
    font-size: 80%;
    font-weight: 800;
    letter-spacing: 0.1em;
}
.profile-detail-value
{
    color: #600;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.profile-detail-true
{
    color: #5ab123;
    margin:0;
}

.profile-detail-false
{
    color: #993333;
    margin:0;
}

h1
{
    text-transform: uppercase;
}

#Card
{
    margin-right: 1em;
}

#Advantages
{

}

@media screen and (min-width: 0)
{
    .options
    {
        color:#2aabd2;
        text-transform: uppercase;
        font-size: 80%;
    }

}

@media screen and (min-width: 600px)
{
    .options
    {
        float: right;
        margin-right: 10px;
    }
}