
table {  text-align: center;}
th { font-size:16px; font font-weight: bold; color:#7997A5;padding-bottom:15px;}
td { font-size:14px; color:#848e96; padding:5px;}
.left {  text-align: left; width:60%; padding-left:0;}

.c2 {  width:35%;}
.c3 {  width:3%;}
.c4 {  width:2%;}

#glossdesc {
    float: left;
    height: 20px;
    width: 810px;
    padding-top: 20px;
    margin-left: 20px;
    text-align: center;
    font-family: "ArchitectsDaughterRegular", "Handwriting - Dakota", "Comic Sans MS", cursive;
    font-size: 22px;
    color: #FFF;
}

/* Smartphones (portrait and landscape) --------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    
    th { font-size:12px;  }
    td { font-size:10px; } 
    td a:link { color: #333; font-style: italic;}
    td a:visited { color: #333;}
}