﻿body
{
    height: 100%;
    min-height: calc(100vh + 40px) !important;
    padding-top: 50px;
    /*margin-bottom: 40px;*/
}

#main
{
    background-image: url(/photos/radar-b3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: bottom;
    height: 100%;
    min-height: 100vh;
    padding-top: 20px;
    margin-bottom: 40px;
}

#content
{
    background-color: rgba(255,255,255,0.7);
    padding: 15px;
}

.tab-content
{
    background-color: #eee;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#c_button, #s_button
{
    margin-top: -3px;
}

.panel-body p
{
    margin-bottom: 0px;
    margin-top: 10px;
}

.row.block
{
    border-bottom: 1px solid #eee;
}

#invbody
{
    margin-top: 10px;
}
