/* #Lists
================================================== */
/*ul, ol {*/
    /*margin-bottom: 20px;*/

/*}*/

/*ul {*/
    /*list-style: none outside;*/
/*}*/

/*ol {*/
    /*list-style: decimal;*/
/*}*/

/*li {*/
    /*line-height: 18px;*/
    /*margin-bottom: 7px;*/
    /*display: block;*/
    /*float: left;*/
    /*position: relative;*/
/*}*/

/* #Links
================================================== */
a, a:visited {
    /*color: #666;*/
    text-decoration: underline;
    outline: 0;
}

a:hover, a:focus {
    color: #ebebeb;
}

p a, p a:visited {
    line-height: inherit;
}

/* Images
================================================== */
img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}