

.fa{
width: 15px;
}

.flow-header{
font-weight: bold;

}
.r2_link{
border: 1px solid #DDD;
margin-top: -15px;
font-size: 20px;
padding: 10px 15px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
background-color: #F5F5F5;
width: 100% important;
text-decoration: none;
display: block;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
margin-bottom: 5px !important;
height: 42px;
}

.r2_link a{
color: #0081B9;
}

.r2_link a:hover{
color: #F17600;
text-decoration: none;
}

acronym{
color:#F17600;
cursor: help;
}

acronym[title]:active:after {
  content: attr(title);
  padding: 5px 5px;
  color: #fff ;
  position: absolute;
  white-space: wrap;
  margin-left: 2%;
  margin-top:-20px;
  z-index: 20;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #ddd;
  -webkit-box-shadow: 0px 0px 4px #ddd;
  box-shadow: 0px 0px 4px #ddd;
  background-color: #0081B9;
  right: 100px;
  left:100px;
}



.col-sm-8{
width: 77%;
}

.col-sm-4{
width: 23%;

}

.col-sm-6{
font-size: 120%;
line-height: 120%
}




@media all and (max-width: 760px) {

.pic-holder{
max-width: 100% !important;
}

acronym[title]:hover:after {
  content: attr(title);
  padding: 5px 5px;
  color: #fff ;
  position: absolute;
  white-space: wrap;
  margin-left: 2%;
  margin-top:-20px;
  z-index: 20;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #ddd;
  -webkit-box-shadow: 0px 0px 4px #ddd;
  box-shadow: 0px 0px 4px #ddd;
  background-color: #0081B9;
  right: 5px;
  left:5px;
}

.col-sm-6
{
font-size: 110%;
line-height: 100%;
margin-top: -10px;
}


.col-sm-8{
width: 100%;
}

.col-sm-4{
width: 100%;

}

}