.msg_warn, .msg_notice, .msg_alert{
    text-align: left;
}
.msg_warn{
    background-color: silver;
    color: red;
    font-weight: bold;
    margin: 10px;
    padding: 5px;
}
.msg_notice{
    background-color: silver;
    color: black;
    font-weight: bold;
    margin: 10px;
    padding: 5px;
}
.msg_alert{
    background-color: silver;
    color: green;
    font-weight: bold;
    margin: 10px;
    padding: 5px;
}

.hand{
    cursor: pointer;
}

.wide-table-1{
    border-collapse: collapse;
    border-width: 1px ;
    border-style: solid;
    border-color: #111;
    width: 100%;

}
.wide-table-1 td{
    height: 25px;
    background: transparent;
}
.wide-table-1 th {
    height: 30px;
}
.wide-table-1 th,.wide-table-1 td{
    padding: 5px;
    border-width: 1px ;
    border-style: solid;
    border-color: #111;
}
.wide-table-1 tr:nth-child(even) {background-color: #f2f2f2}
.wide-table-1 a{
    color: black;
    text-decoration: none;
}

.red-table-header th {
    background-color: #CF4040;
    color: white;
}
.green-table-header th {
    background-color: #4CAF50;
    color: white;
}
.blue-table-header th {
    background-color: #5050DD;
    color: white;
}

.table-highlight-1 tr:hover{
    background-color:#d4e0e7
}

.clearfix {
    overflow: auto;
    zoom: 1;
}