
.list_main_holder {
text-align: left;

height: 170px;
border: 3px solid black;
border-top: none;
border-bottom: none;
border-right: none;
margin: auto;
background: white;
padding: 10px 10px 20px 40px;
}


.list_subtext {
color: gray;
font-weight: 900;
font-size: 12px;

}

.list_error_msg {
color: red;
font-weight: 900;
display: block;
font-size: 14px;
}

.list_success_msg {
color: green;
font-weight: 900;
display: block;
font-size: 14px;
}

/*.list_title_holder {
font-family: impact;
font-size: 16px;
color: gray;
}*/

.list_title_holder {
font-size: 16px;
color: gray;
font-weight: 900;
margin-bottom: 10px;
}


.highlighted_letters {
color: #f3db11;
}

.title_second_word {
font-size: 40px;
}