.title-red {
    color: #f64b3c;
}

.title-red:hover {
    color: #c81912;
}

.title-top {
    background-color: #fa163f !important;
    font-size: medium;
    height: 20px;
    width: 50px;
}

.msg-date {
    background-color: white !important;
    color: black !important;
    font-size: medium;
    height: 20px;
    width: 100px;
}

#msg-detail img {
    width: 100%;
}

#msg-detail table {
    border: 1px solid black;
}

#msg-detail td {
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

#msg-detail th {
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
