@charset "UTF-8";
 
#content body {
    line-height:1;
}
 
#content article,#content aside,#content details,#content figcaption,#content figure,
#content footer,#content header,#content hgroup,#content menu,#content nav,#content section { 
    display:block;
}
 
#content nav ul {
    list-style:none;
}
 
#content blockquote,#content q {
    quotes:none;
}
 
#content blockquote:before,#content blockquote:after,
#content q:before,#content q:after {
    content:'';
    content:none;
}
 
 
/* change colours to suit your needs */
#content ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
#content mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
#content del {
    text-decoration: line-through;
}
 
#content abbr[title],#content dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
#content table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
#content hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
#content input,#content select {
    vertical-align:middle;
}

/*clearfix*/

#content .clearfix:after {
    content:" ";
    display: block;
    clear: both;
}


#content a{
    text-decoration: none;
}

#content li{
    list-style: none;
}

*{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
