﻿/* Move down content because we have a fixed navbar that is 50px tall */
html {
    font-family: Arial;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #A8A8A8;
}

body {
    margin-top: 70px;
    padding-bottom: 20px;
    color: #A8A8A8;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
 /*   padding-left: 15px;
    padding-right: 15px;
*/
 padding: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 15px 0px 15px 0px;
    }
}

.divMenuIcon {
    width: 30px;
    height: 4px;
    margin: 4px 0;
}


.clickButtonDiv {
    border: 1px solid #CCCCCC;
    background-color: #C4C4C4;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    padding: 0px;
    width: 85px;
    height: 23px;
}


