* {
     font-family: Arial, Helvetica, sans-serif;
}
 .center{
     width: 96%;
     margin: auto;
}
 .navbar-custom {
     background-color: #009999;
}
 .navbar-custom .navbar-brand, .navbar-custom .navbar-text {
     color: white;
}
 .navbar-custom .navbar-nav .nav-link {
     color: white;
}
 .navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link {
     color: #ffffff;
}
 .sentence_input {
     width: 95%;
     position: relative;
}
 .narrative_output {
     height: 400px;
     border-style: dashed;
     width: 95%;
     padding: 10px;
     position: relative;
     background-color: #ededed;
}
 .no_copy_button_paste {
     user-select: none;
     position: absolute;
     padding: 5px;
     margin-right: 3px;
     margin-bottom: 3px;
     bottom: 0;
     right: 0;
}
 .btn-group-xs > .btn, .btn-xs {
     padding: .40rem .3rem;
     font-size: .875rem;
     line-height: .5;
     border-radius: .2rem;
}
 .select-mini {
     font-size: 12px;
     height: 20px;
     width: 100px;
}
 input {
     font-size: 12px;
     height: 20px;
     width: 150px;
}
 .truck_crew_input {
     font-size: 15px;
     height: 25px;
     width: 200px;
}
 .section {
     display:none;
}
 .div_input {
     font-size: 14px;
}
 .span_sentence {
     font-size: 18px;
     font-weight: bold;
     display:none;
}
 .note {
     font-size: 12px;
     color:black;
     font-style: italic;
}
 default_value {
     background-color: yellow;
}
 ._set_t_c {
     background-color: #FFA500;
     color: black !important;
}
