body {
    /* margin: 0px;*/
    min-width: 350px;
    font-family: "Arial Black";
}

a{
    color:black;
    font-weight: bold;
    text-decoration: none;
}
.a_btn{
    color:#2b542c !important;
    font-weight: bold;
    text-decoration: none;
}

.a_btn:hover{
    color:black !important;
    font-weight: bold;
    text-decoration: underline;
}

.content {

    width: 100%;
    height: 100%;
    display: table;
}

.error
{
    color:red !important;
    text-align: left;
    float: left;
}
.required
{
    color:red !important;
}

.myheader
{
    display: table-row;
    background: white;
}
.mycontainer
{
    display: table-row;
    background: white;

}
.myfooter {
    display: table-row;
    background: white;
}

.myheader > div,
.mycontainer > div,
.myfooter > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;

}

.mycontainer > div
{
    text-align: left;
}

.myfooter > div {
    padding:0px; /* tweak this */
    border-color: blue; /* tweak this */
    height: 0.1px;
}

h1{
    text-shadow: 0 1px 0 #fff, 0 2px 0 #ccc;
}

/* Mobile Navigation */
@media (max-width: 1199px) {
    #phone_call{
        display: none;
    }
}
.btn-primary{
    background-color: #30700e !important;
    border-color: black !important;
}

