﻿
.lexhead > div {
    background-color:#083752;
    color:white;
    padding:10px 16px 9px 16px;
    margin-left:307px;
    font-weight:bold;
    font-size:13px;
}

.lexhead > div:first-child {
    width:269px;
    float:left;
    margin-left:0px;
}


.table-row { display: table-row; }
.table-cell { display: table-cell;padding:9px 17px;background-color:#EBEBED;border-top:solid 5px white;color:#636469;vertical-align:top;line-height:22px }
.table-cell p { margin:0px;padding:0px }

.table-row > span:first-child { width:272px;font-family:'HelveticaNeueW01-57Cn';color:#785e4e;font-size:22px;text-align:left }

.glossarmenu  {
    margin-bottom:10px;
    margin-top:27px;
    height:30px;
}



.glossarmenu a.button {
    width:33px;
    float:left;
    margin-right:4px;
}

.glossarmenu a.button:nth-child(3n+1) {
    margin-right:5px;
}
/*
.glossarmenu a.button:nth-last-child(2) {
    margin-right:0px;
}
*/
.glossarmenu a.button:last-child {
    margin-right:0px;
    /*float:right;*/
}

.glossarmenu a.sel  {
   background-color: rgba(235,235,237,1);
   -webkit-box-shadow: none;
      -moz-box-shadow: none;
           box-shadow: none;
   border: solid 1px rgba(182,182,180,1);
   color: rgba(2,87,152,1);
   font-weight: bold;
   text-shadow: none;
   background-image:none;
}

.glossarmenu .sel:hover  {
   color: rgba(255,255,255,1);
}
