*
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
body
{
    padding: 0px;
    margin: 0px;
    display: flexbox;                
}
#drop_point
{
    padding: 1em;
}
#main_map
{
    width: 100vw;
    height: 100vh;
    display: flexbox;
    position: relative;
    z-index: 1;                
    opacity: 0.5;
}
#please_wait
{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    color: red;
    font-size: 3rem;
    text-align: center;
}
.location
{
    background: #000;
    color: #FFF;
    font-size: 1.25rem;
    padding: 0.25em;
}
.job_title
{
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    margin-top: 0.5em;
}
/*.job_synopsis
{
    margin-top: -2em;
    border: 0.25px solid #000;
    padding: 0.5em;
    margin-bottom: 1em;
    width: 93%;
}*/
.j_synopsis {
    margin-top: 0.5em;
    border: 0.5px dotted #000;
    padding: 0.33em;
}
.job_link
{
    color: #FFF;
    background: #000;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-top: 0.25em;
    padding-bottom: 0.5em;
    text-decoration: underline;
    line-height: 1.25em;
    text-indent: 0.5em;
    cursor: pointer;
    margin-top: 0.75em;
}
.job_pagination_root span
{
    background: #212121;
    color: #FFF;
    font-size: 1.5rem;
    margin-bottom: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 1em;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.prev_job
{
    float: left;
    display: none;
    position: relative;
    top: 0.5em;
    margin-right: 0.25em;
    cursor: pointer;
}
.next_job
{
    float: right;
    display: none;
    position: relative;
    top: 0.5em;
    margin-right: 0.25em;
    display: none;
}
.gm-style-iw-c > button
{
    display: none !important;
}
.close_btn_gdba
{
    float: right;
    position: relative;
    top: -1.25em;
    right: 1em;
    cursor: pointer;
}
.padding_spacer
{
    width: 100%;
    display: block;
    height: 20px;
}
.gm-style-iw-d
{
    overflow: hidden !important;
    min-width: 500px;
    max-height: auto !important;
}
.gm-style-iw
{
    max-height: auto !important;
}
.back_link, .all_link
{
    position: fixed;
    background: #7f7165;
    color: #FFF;
    top: 10px;
    left: 10px;
    z-index: 1000;
    font-size: 1.5rem;
    line-height: 1.5em;
    text-indent: 0.5em;
    padding-right: 0.75em;
    cursor: pointer;
}
.all_link
{
    left: 135px;
}