/** FONTS **/
/** FORMS **/
#ltl-app #rate-quote .quote-types {
  list-style-type: none; }

#ltl-app #rate-quote li {
  float: left;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #2D3236;
  position: relative; }
  #ltl-app #rate-quote li:last-of-type {
    margin-right: 30px; }

#ltl-app #rate-quote label {
  display: block;
  line-height: 30px;
  width: 100px;
  padding: 4px 0px;
  margin-right: 10px;
  background: #EAEAEA;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

#ltl-app #rate-quote input[type="radio"] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.0; }

#ltl-app #rate-quote input[type="radio"]:checked + label {
  background: #0093D0;
  color: #FFFFFF; }
