/* common/shared/footer-wrap.css */

dl{


     line-height:1.8em;
     font-size: 14px;
     overflow: hidden;
     _zoom: 1;
}

dl dd,
dl dt{
     text-indent: -2.6em;   
     padding: 0 10px 0px 50px;
}

dl dt{
     margin:20px 0px 0 0px;
     font-weight: bold;
     font-size: 14px;
}

dl dd:first-letter,
dl dt:first-letter{
     font-size: 20px;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


dl dd{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


dl dt:first-letter{
     color: #0F78E1;
}
dl dd:first-letter{
     color: #ff6767;
}


table tr {
    vertical-align: top;
    text-indent: 0em;
}

table th {
    width: 100px;
}



@media screen and (max-width : 768px){





}
