.hero-unit h1{
	font-size: 1.7em;
}

h1,h2,h3, .h1, .h2, .h3{
    color: #BA1419;
}

.selectize-dropdown {
    overflow-y: scroll;
    height: 350px;
 }

 #refenciaoriginal, #observaciones, #instrucciones{
    width: 100%;
 }

@media screen and (max-width: 600px) {
       table {
           width:100%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td{
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.3em;
       }
       tbody td {
           display: block;
           text-align:center;
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }
}

.btn-primary {
    color: #fff;
    background-color: #BA1419;
    border-color: #BA1419;
}

option { 
    /* Whatever color  you want */
    background-color: white !important;
}

input:read-only{
    background-color: #E2E1E1;
    border: 1px solid white;
    outline: none;
    box-shadow: none;

}