.alert { padding: 1em; margin: 1em 0; }
.alert p { margin: 0; }
.letter-avatar {
    display: block;
    float: left;
    padding-right: .75rem;
    width: 33.33333%;
    padding-left: 0;
    height: auto;
    text-align: center;
    line-height: 5;
    vertical-align: middle;
    font-size: 2.5em;
    font-family: BentonSansBold;
    color: #777777;
    letter-spacing: -.05em;
}
.letter-avatar.circle {
    border-radius: 100%;
}
.letter-avatar .letters {
    padding-right: .75rem;
}
.detail-media .letter-avatar.circle {
    width: 100px;
    height: 100px !important;
    font-size: 2em;
    line-height: 100px !important;
    padding: 0;
}

@media only screen and (min-width: 64.063em) {
    .letter-avatar {
        font-size: 3em;
    }
}

main { position:relative;padding-top:10px }
@media only screen and (min-width:64.0625em){ main { padding-top:50px}}

.error{
    color: #990000;
    font-size: 0.75em;
}

.formInput{
    margin:0px;
}

.button, .stat {
    line-height: ;
}

div#content.calendar.collapsed.bg-none.section .button {
    padding:1.5em 1em;
}

#insta-centered{
    padding-left: 40%;
}
#report-centered{
    padding-left: 25%;
}


#menu-table .pointer { width: 25px; height: 40px; position: relative; background: #EDEBEB; } #menu-table .pointer:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 20px solid #990000; border-top: 20px solid transparent; border-bottom: 20px solid transparent; } #menu-table .pointer:before { content: ""; position: absolute; right: -20px; bottom: 0; width: 0; height: 0; border-left: 20px solid #EDEBEB; border-top: 20px solid transparent; border-bottom: 20px solid transparent; }
/* unvisited link */
#menu-table a:link {
    color: #EDEBEB;
    background-color:#990000 ;
}

/* visited link */
#menu-table a:link:visited {
    color: #EDEBEB;
    background-color:#990000 ;
}

/* mouse over link */
#menu-table a:link:hover {
    color: #EDEBEB;
    background-color:#990000 ;
}

/* selected link */
#menu-table a:link:active {
    color: #EDEBEB;
    background-color:#990000 ;
}
