table {
    border-collapse: collapse;
    border-left: 3px solid #F79361;
    border-right: 3px solid #F79361;
    border-bottom: 3px solid #F79361;
    font-family: "Lucida Grande", sans-serif;
}

caption {
    background: #F79361;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px 0 #000000;
    color: white;
    font-family: "Lucida Grande", sans-serif;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    margin: 0;
}

h1 {
    font-family: "Lucida Grande", sans-serif;
    font-size: 24px;
}

td {
    font-size: 12px;
}

td, th {
    padding: 10px;
}

th {
    text-align: left;
    font-size: 14px;
    background: #EAF2F2;
}

tr:nth-child(even) {
    background: #E5E5E5;
}

tr:nth-child(odd) {
    background: #FFFFFF;
}

.purple_h {
    display: inline;
    color: purple;
}

.blue_h {
    display: inline;
    color: blue;
}

.red_h {
    display: inline;
    color: red;
}
