@charset "UTF-8";
/* CSS Document - for the tabkes in the boat plans section*/

table {
    background-color: #fffffc;
    border-collapse: collapse;
    width: 80%;
    margin: auto;
}
td, th {
    border: 0px solid #ddd; /* might need to change this */
    padding: 8px;
}
tr:nth-child(even) {
    background-color: #ffffff;
}
th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}
table a:hover{background-color:  blue;}