ul.errorlist{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.errorlist li{
    margin: 0;
    padding: 0;
    color:red;
}

.tt-menu {
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}


.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu { width: 100%; }

.lista-radio ul{
    list-style: none;
}

.lista-radio ul li {
    display: inline;
    margin-left:5px;
    margin-right: 5px;
}


ul#id_ocurrencia{
    list-style: none;
}

ul#id_ocurrencia li {
    display: inline;
    margin-left:5px;
    margin-right: 5px;
}

.enfermedad-texto{
    width: 400px;
}

.procedimiento-texto{
    width: 400px;
}

.farmaco-texto{
    width: 300px;
}


.cita-texto{
    width: 500px;
}

.imagen-texto{
    width: 350px;
}

.examen-texto{
    width: 500px;
}
