.red_font {
    color: #ff0000;
}
.no_border {
    background-color: white;
    border-width: 0px;
    text-decoration: underline;
    cursor: pointer;
    word-break: break-all;
}