/*
  Tema: Soft Table - A Simple table style with the use of the soft brown color
  Author: Newton de Góes Horta
  Site: --
  Country Origin: Brazil
 */
table {
    font: 500 1.0em "trebuchet ms", serif;
    border-collapse: collapse;
    width: 100%;
}
caption {
    font: 100 0.8em "trebuchet ms", serif;
    letter-spacing: 0.2em;
    word-spacing: 0.2em;
    text-transform:uppercase;
    text-align: center;
    margin: 0 0 15px 0;
}

tbody tr {
    border-bottom: 1px solid rgb(110, 110, 110);
    vertical-align:top;
}
tbody td {
    color: #fff;
    padding:5px;
    padding-right:15px;
    text-align:left;
}
tbody th {
    text-align:left;
    padding:2px;
    color: #B5CFE3;;
}

