.space-on-heading
{
    margin-top: 15px;
}

.documentation-option-lists-container
{
    padding-left: 0;
}

.align-text-center-with-option-list
{
    margin-top: 0.5em;
}

.space-between-options
{
    margin-top: 5px;
}

.option-list
{
    width: 360px;
    height: 33px;
}

.disabled-text
{
    color: #D0D0D0;
}

a:hover
{
    text-decoration: none;
}

a.disabled{
    pointer-events: none;
    cursor: default;
}

.disabled-option-list
{
    display: none;
}

select
{
    box-shadow: 0 10px 25px grey;
    font-size: 1.5em;
    padding: 1em 1.5em;
    color: white;
    background: #4d5061;
    border: 0;
}

.open-documentation-btn-container
{
    padding-top: 36px;
}

@media (min-width: 930px) and ((min-height: 820px) and (max-height: 920px)) {
    /*
    body{
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .footer
    {
        height: auto;
        position: static;
        bottom: auto;
        /*
        height: auto !important;
        position: relative !important;
        margin-top: 30px;
        */
    }
    */

    .open-documentation-btn-container
    {
        margin-bottom: 60px;
    }
}


@media ((min-width: 768px) and (max-width: 929px)) and (min-height: 921px) {
    /*
    body{
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .footer
    {
        position: static;
        bottom: auto;
        height: auto;
    }
    */

    .open-documentation-btn-container
    {
        margin-bottom: 60px;
    }
}

@media (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px)
{
    /*
    .footer
    {
        position: relative !important;
        height: auto !important;
        margin-top: 50px;
    }

    body
    {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    */
}

@media (max-width: 992px)
{
    .align-text-center-with-option-list
    {
        margin-top: 0;
    }
}