table{
    border-collapse: collapse;
    width: 95%;
}

thead tr{
    background: #dbdbdb;
}

thead td{
    padding: 2px;
    color: #878787;
    font-weight: bold;
    font-size: 10px;
}

tbody td{
    padding-left: 2px;
    font-size: 10px;
    height: 20px;
}

.row1{
    background: #f0f0f0;
}

h4{
    margin-bottom: 4px;
    margin-top: 10px;
    color: rgb(222, 13, 78);
}

h4 a{
    color: rgb(222, 13, 78);
    text-decoration: underline;
}

h4 a:hover{
    text-decoration: none;
    color: rgb(222, 13, 78);
}

#evt_list{
    width: 95%;
}

textarea{
    width: 70%;
    background-color: #f2f2f2;
    border: #dbdbdb 1px solid;
    height: 100px;
    margin-bottom: 10px;
}

.button{
    background-color: #f2f2f2;
    border: #dbdbdb 1px solid;
}

.msg{
   color: #5DD34F;
   font-weight: bold;
   font-style: italic;
   background-color: #FAFAFA;
   padding: 5px;
   margin-bottom: 5px;
   display: list-item;
   list-style-type: square;
   list-style-position: inside;
}
