.session_title {
    background-color:#007ab7;
    color: white;
}

.session_title:hover {
    background-color:#08C !important;
    color: white;
}

.alter {
    background-color:#EEE;
}

.smallfont {
    font-size: 75%;
}

.smallfont2 {
    font-size: 13px;
}
.largefont {
    font-size: 125%;
}

.margin {
    margin-left:10px;
}

.fright {
    float:right;
}

.cgray {
    color: #999 !important;
}

.cgray:hover {
    color:white !important;
}

.page-header{
    color:#5A5A5A;
}
.profile{
    width:195px;
}
.profile0{
    width:230px;
}

body > .brands {
  padding-right: 0;
  padding-left: 0;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
.foota{
    color: #777;
}


