@font-face {
    font-family: Tactic-Sans-Regular;
    src: url(../fonts/tacticsans-reg-webfont.woff2);
}

* { font-family: "Tactic-Sans-Regular", "Trebuchet MS", "Arial", sans-serif; }


/* Page-global elements. */
label, select {
    display: inline-block;
    vertical-align: middle;
}

/* The main "top" block of the page. */
.parameterBlock {
    position: relative;
    left: -5px
    top: 0px;           
    text-align: center;
}   

/* Table Styles */
table {
    position: relative;
    top: 30px;    
    border: 2px solid black;    
    border-collapse: collapse;
    text-align: center;
    margin: auto;
}

th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;           
}

th { 
    background-color: #ccc;
    border-width: 1px 1px 1px 1px;
}

tr:nth-child(even) { background-color: #eee; }
tr:nth-child(odd) { background-color: #fff; }

/* Granular Styles */
#tabHeadphones {
    width:925px;
    margin-left: auto;
    margin-right: auto;
}

#title { 
    font-size:18px;
    border-bottom-style: hidden;
}

#manufacturerModel {
    font-size:20px;
    border-bottom-style:hidden;           
}

#subTitle { 
    font-size: 14px;
    border-top-style: hidden;
    border-bottom-style: solid;
    border: 2px solid black;
}

#header { font-size:18px; }

#subHeader { 
    font-size:12px;
    border: 2px solid black;
    border-top-style: none;         
}

#required {   
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
    background-color: #ddebf7;
}

#requiredSmall {
    font-size:16px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
    background-color: #ddebf7;
}

#headphone { 
    background-color: #ddebf7;
    border-bottom-style: solid;   
    border-bottom-width: 2px;
}

#caveat {
    font-size:12px;
    text-align: center;
    border-top-style: solid;
    border: 2px solid black;
}
