@charset "utf-8";
/* CSS Document */



/* Move down content because we have a fixed navbar that is 50px tall */
body {

    
}
	
	
/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}	

.red-text {
	color:#F00;
}

.panelimg {
    position: absolute;
    top: 7px;
}

.student-img {
    
    
    margin-right: 10px;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    max-height: 135px;
    
}

.well h3 {
    margin-top: 5px;
    border-bottom: 1px;
    border-bottom-style: dashed;
    border-bottom-color: gray;
    padding-bottom: 10px;
}