html {



}

body {
        background-color: #F2F2F2;
        margin:1em 1em 1em 1em;
        font-family: Arial, sans-serif;
        font-size: 14px;
        color:#333;

}

h1 {
        font-size: 2em;
        font-weight: normal;
        margin:0 0 0.2em 0;
}

h2 {
        font-size: 1.5em;
        font-weight: normal;
        margin:0.7em 0 0.1em 0;
}

h3 {
        font-size: 1.15em;
        font-weight: bold;
        margin:0 0 0.3em 0;
}

p {
        font-size: 1em;
        margin:0 0 0.5em 0;
}

a {
    color: #333333;
}
img {
        display: block;
        max-width: 100%;
        width: 100%;
}

.container {
    max-width:1000px;
    margin:0 auto 0 auto;
}


.clr {
    clear:both;
    width: 1px;
    height: 0;
}

.clr_one {
    clear:both;
    width: 1px;
    height: 0.8em;
}
.clr_two {
    clear:both;
    width: 1px;
    height: 1.8em;
}



.hideInMob {
    display:block;
}

.hideInComp {
    display:none;
}


input, select {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding:2%;
    border:solid 1px #CCC;
    margin:0% 0% 2% 0%;
    font-size:1em;
    color:#333;
    line-height:1.2em;
    box-sizing: border-box;
    background-color: #FFF;
}



textarea {
    width: 100%;
    padding:2%;
    border:solid 1px #CCC;
    margin:0% 0% 2% 0%;
    color:#333;
    resize: none;
    line-height:1.2em;
    font-family: 'Roboto', sans-serif;
    font-size:1em;
    height:14em;
    box-sizing: border-box;
    background-color: #FFF;
}


.theBtn {
    background-color: #FFE000;
    color:#333;
    width:100%;
    margin:1% 0% 0% 0%;
    padding:3%;
    font-weight: normal;
    font-size:1em;
    line-height:1.2em;
    box-sizing: border-box;
    text-align:center;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px #CCC;
}

.smallTable {
    text-align: left;
    width:20%;
    float:left;
    background-color: #FFF;
    margin-bottom:0.2em;
    height:2em;
    line-height: 1em;
    border:solid 1px #CCC;
    padding:0.5em;
    box-sizing: border-box;
}
.rr {
    border-left: none;
}
.ll {
    border-right: none;
}

.theBtnGrey {
    background-color: #CCC;
    color:#333;
    width:100%;
    margin:1% 0% 0% 0%;
    padding:3%;
    font-weight: normal;
    font-size:1em;
    line-height:1.2em;
    box-sizing: border-box;
    text-align:center;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px #CCC;
}

.inLink {
    background-color: #FFE000;
    display:inline-block;
    padding:0.2em 0.2em 0em 0.2em;
    text-decoration: none;
    border:solid 1px #CCC;
}

.theBtnRed {
    background-color: #FF0000;
    color:#FFF;
    width:100%;
    margin:1% 0% 0% 0%;
    padding:3%;
    font-weight: normal;
    font-size:1em;
    line-height:1.2em;
    box-sizing: border-box;
    text-align:center;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px #CCC;
}


#browse {
    position: fixed;
    top:2em;
    left:10%;
    width:80%;
    background-color: #FFF;
    border:solid 1px #333;
    padding:1em;
    display: none;
    height:80%;
    overflow:scroll;
}
.theBtnSmall {
    background-color: #FFE000;
    color:#333;
    width:15%;
    margin:0% 0% 0% 1%;
    padding:1%;
    font-weight: normal;
    font-size:1em;
    line-height:1.2em;
    box-sizing: border-box;
    text-align:center;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px #CCC;
    float:right;
}
.theBtnSmallGreen {
    background-color: #55A82D;
    color:#FFF;
    width:15%;
    margin:0% 0% 0% 1%;
    padding:1%;
    font-weight: normal;
    font-size:1em;
    line-height:1.2em;
    box-sizing: border-box;
    text-align:center;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px #CCC;
    float:right;
}
.oneDay {
    width:50%;
    float:left;
}

