@charset "UTF-8";
/* CSS Document */

/* Phone formating */

@media only screen and (max-width: 800px) {

     /* Roster thumbnails */

    figure.roster {
		margin: 5px;
		float: left;
		border: 1px dashed #57748f;
		border-radius: 3px;
		background: #f1f1f1;
		width: 99%;
		height: 240px;
		text-align: center;
		padding-top: 4px;
		padding-bottom: 4px;
    }
}

/* Desktop formating */

@media only screen and (min-width: 801px) {  
    
    /* Roster thumbnails */
    figure{
        width: 100%;
        margin: 0;
    }
    figure img{
        max-width: 100%;
        height: auto;
    }
    figcaption {
        vertical-align: bottom;
        font-family: sans-serif;
        font-size: 12px;
        margin-bottom: 10px;
        margin-left: 5px;
        border-bottom: 1px solid #f1f1f1;
    }
    figure.roster {
        margin: 5px;
        float: left;
        border: 1px dashed #57748f;
        border-radius: 3px;
        background: #f1f1f1;
        width: 300px;
        height: 240px;
        text-align: center;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    figure.roster figcaption{
        vertical-align: bottom;
        font-family: sans-serif;
        font-size: 16px;
    }
    figure.roster span{
        font-family: sans-serif;
        font-size: 18px;
        vertical-align: bottom;
        display: block;
    }
    figure.roster img{
        border-radius: 5px;
        width: 96%;
        margin: 1px 5px 1px 5px;
        display: block;
    }
    figure.roster img:hover {
        opacity: 0.5;
    }
}

/* Roster data table */

.rosterdata{
    background: #f1f1f1;
    padding: 0px;
    padding-right: 1px;
    margin-top: 8px;
    margin-left: 0px;
    margin-bottom: 5px;
    border-left: 10px solid #adb3b8;
    border-radius: 3px;
    height: auto;
    overflow: auto;
    font-family: sans-serif;
}
.rosterdata 
h2{
    padding: 1px;
    margin: 1px;
    font: sans-serif;
}
.rd {
    background: #f1f1f1;
    border-top: 1px solid #b4c3d1;
    height: auto;
    overflow: auto;
    margin: 0;
    padding: 0;
}
.rdhead {
    background: #839AAE;
    padding-left: 2px;
    border-top: 2px solid #587690;
    height: auto;
    overflow: auto;
}
.rdhead h2{
    text-align: left;
    font-size: 1.2em;
    color: Black;
    font-weight: bold;
}
.rdcol {
    padding: 1px;
    height: auto;
    overflow: auto;
    float: left;
    border-left: 1px dashed #b4c3d1;
    width: 10%;
}
.rdcol2 {
    padding: 1px;
    height: auto;
    overflow: auto;
    float: left;
    width: 16%;
    border-left: 1px dashed #b4c3d1;
}
.rdcol3 {
    padding: 1px;
    height: auto;
    overflow: auto;
    float: left;
    width: 25%;
    border-left: 1px dashed #b4c3d1;
}
.rdcol p{
    text-align: left;
    font-family: sans-serif;
    font-size: .95em;
}
.rdcol .left{
    padding-left: 7px;
    font-weight: normal;
}
.rdcol h2{
    text-align: left;
    margin: 1px;
    padding: 1px;
    font-size: .92em;
    font-family: sans-serif;
}
.rdcol h3{
    font-size: 1em;
    font-family: sans-serif;
}
.rdcol2 p{
    text-align: left;
    font-family: sans-serif;
    font-size: .95em;
}
.rdcol2 h2{
    text-align: left;
    margin: 1px;
    padding: 1px;
    font-size: .92em;
    font-family: sans-serif;
}
.rdcol2 h3{
    font-size: 1em;
    font-family: sans-serif;
}
.rdcol3 p{
    text-align: left;
    font-family: sans-serif;
    font-size: .95em;
}
.rdcol3 h2{
    text-align: left;
    margin: 1px;
    padding: 1px;
    font-size: .92em;
    font-family: sans-serif;
}
.rdcol3 h3{
    font-size: 1em;
    font-family: sans-serif;
}

/* Shared Info Header */

.si {
    background: #f1f1f1;
    height: auto;
    overflow: auto;
    margin: 0;
    padding: 0;
}
.sharedinfo {
    padding: 1px;
    height: auto;
    overflow: auto;
    float: left;
    width: 20%;
}
.sharedinfoheader {
    padding: 1px;
    height: auto;
    overflow: auto;
    float: left;
    width: 20%;
    font-weight: bold;
}