﻿.buttonStyle
{
    background-color: Transparent;
    border: none;
    color: #892F2E;
    font-weight: normal;
    vertical-align: bottom;
    text-align: left;
    cursor: pointer;
    text-decoration: underline;
    padding-left: 0px;
    white-space: normal;
}
.buttonStyle:hover 
{
    text-decoration: none;
}

.expanded {
    width: 100%;
}
.main-content {
    padding: 0 30px;
}
.right-column {
    margin-left: 248px;
    float: none !important;
    width: inherit !important;
}
/*.divided-col-left {
    margin-right: 20px;
    width: inherit;
}
.divided-col-right {
   float: none;
   width: inherit;
}*/
.breaker {
    margin-top: 50px;
}

.tablestyle-noborder td 
{
    vertical-align: top;
}

.tablestyle 
{
    margin: 10px 0px;
}
.tablestyle tr.th-header th {
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    vertical-align: bottom;
}
.tablestyle th.th-top {
    border-bottom: 1px dotted #CCC !important;
    padding-bottom: 0px;
}
.tablestyle tr:hover {
  background-color: #F0F0EA;
}
.tablestyle tr.th-header:hover {
  background-color: inherit;
}

.tablestyle td {
    padding: 5px 4px;
    border-bottom: 1px solid #CCC;
    vertical-align: top;
}
.tablestyle th 
{
    padding: 0px 5px;
}

.ferpa 
{
    border: 2px dashed #FFF;
    color: #FFF;
    padding: 8px;
    font-weight: bold;
    font-size: 1.4em;
    background-color: #921b1c;
}

.login-attempts 
{
    margin: 10px
}