body{
 color: #212529;
}

p.teaser {
    text-indent: 30px;
}

.navbar-brand {
    margin-right: 4rem;
}

.ampp-menu::first-letter {
    /*text-decoration: underline;*/
    font-weight: bold;
}

.table{
    color: #212529;
}

/*******************************Calendar Top Navigation*********************************/
div#calendar {
    /*margin: 0px auto;*/
    padding: 0px;
    /*margin: 10px;*/
    margin: 0 auto;
    /*width: 602px;*/
    /*width: 504px;*/
    width: 630px;
    font-family: Helvetica, "Times New Roman", Times, serif;
    vertical-align: top;
}

div#calendar div.box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    /*background-color: #787878;*/
    background-color: #3399FF;
}

div#calendar div.header {
    line-height: 25px;
    vertical-align: middle;
    position: absolute;
    /*left: 11px;*/
    top: 0px;
    /*width: 582px;*/
    /*width: 504px;*/
    width: 630px;
    height: 30px;
    text-align: center;
    border: solid #D9D9D9 3px;
    color: #FFF;
}

div#calendar div.header a.prev,
div#calendar div.header a.next {
    position: absolute;
    top: 0px;
    height: 17px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
}

div#calendar div.header span.title {
    color: #FFF;
    font-size: 15px;
}


div#calendar div.header a.prev {
    left: 0px;
}

div#calendar div.header a.next {
    right: 0px;
}




/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content {
    /*border: 1px solid #787878;
    border-top: none;*/
}



div#calendar ul.label {
    float: left;
    margin: 0px;
    padding: 0px;
    /*margin-top: 5px;
    margin-left: 5px;*/
}

div#calendar ul.label li {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    /*margin-right: 5px;*/
    float: left;
    list-style-type: none;
    /*width: 72px;*/
    width: 90px;
    height: 30px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    background-color: #808080;
    border-right: solid #D9D9D9 2px;
    border-left: solid #D9D9D9 1px;
    border-top: solid #D9D9D9 3px;
    border-bottom: solid #D9D9D9 3px;
}
div#calendar ul.label li:first-child {
    border-left: solid #D9D9D9 3px;
}
div#calendar ul.label li:last-child {
    border-right: solid #D9D9D9 3px;
}


div#calendar ul.dates {
    float: left;
    margin: 0px;
    padding: 0px;
    /*margin-left: 5px;*/
    /*margin-bottom: 5px;*/
    border-top: solid #D9D9D9 2px;
    border-bottom: solid #D9D9D9 1px;
}

/** overall width = width+padding-right**/
div#calendar ul.dates li {
    margin: 0px;
    padding: 0px;
    /*margin-right: 5px;
    margin-top: 5px;*/
    /*line-height: 80px;*/
    line-height: 20px;
    /*vertical-align: middle;*/
    float: left;
    list-style-type: none;
    /*width: 80px;*/
    /*width: 72px;*/
    width: 90px;
    /*height: 80px;*/
    height: 60px;
    /*font-size: 25px;*/
    background-color: #FFFFFF;
    color: #000;
    /*text-align: center;*/
    border-right: solid #D9D9D9 2px;
    border-left: solid #D9D9D9 1px;
    border-top: solid #D9D9D9 1px;
    border-bottom: solid #D9D9D9 2px;
    font-size: 11px;
}
div#calendar ul.dates li.start {
    border-left: solid #D9D9D9 3px;
}
div#calendar ul.dates li.end {
    border-right: solid #D9D9D9 3px;
}

:focus {
    outline: none;
}

div.clear {
    clear: both;
}
