h1 {
    font-family: "Helvetica Neue",sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

.note {
    font-family: "Helvetica Neue",sans-serif;
    font-size: 1em;
    padding-bottom: 10px;
}

@media (max-width: 500px) {
    .icon {
        display: none;
    }
    .feature {
        display:none;
    }
    th {
    font-family: "Helvetica Neue",sans-serif;
    text-align: left;
    font-size: 0.8em;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ddd;    
    }
    tr {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    }
    h1 {
    font-family: "Helvetica Neue",sans-serif;
    font-size: 1em;
    font-weight: bold;
    }
    .note {
    font-family: "Helvetica Neue",sans-serif;
    font-size: 0.8em;
    padding-bottom: 10px;
    }
    .cite {
    display:none;
    }
}
    

th {
    font-family: "Helvetica Neue",sans-serif;
    text-align: left;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ddd;
}

td {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}


table {
    width: 100%;
    border-spacing: 5px 5px;
}
.yes {
    background-color: #da352a;
    text-align: center;
    font-weight: bold;
    color: white;
}

.no {
    background-color: #4a90e2;
    text-align: center;
    font-weight: bold;
    color: white;
}

.nc {
    background-color: #b5b5b5;
    text-align: center;
    font-weight: bold;
    color: white;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
    background-repeat: no-repeat;
    background-position: center right;

    
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

.icon {
    padding-top: 10px;
    padding-left: 10px;
    width: 40px;
}

.feature {
    width:100%;
    padding-top: 10px;
}

.cite {
    font-size: 0.5em;
}