
strong {
  font-size: 12px;
  font-weight: 200;
  font-family: 'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
  font-weight: bold;
  color: #7fb9bf;
}



.well {
  min-height: 21px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #303030;
  border: 0px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
