html, body {margin:0; padding:0; border:0; width:100%; height:100%; font-family:Arial, Helvetica, sans-serif; font-size:85%; color:#333; line-height:155%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; outline: 0; }
body *{ outline:none; -webkit-text-size-adjust:none;}
a { outline: 0; text-decoration:none; }
a:hover {text-decoration:none;}
table, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; vertical-align:top; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul {list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
input, select, textarea {font-family:Arial, Helvetica, sans-serif;}
textarea {resize: vertical;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.hide {display:none;}
.center {text-align:center;}
.no-border{border:none !important;}
.no-margin{margin-left:0; margin-right:0;}
.break { word-break: break-all; word-break: break-word;}
.clearfix:before, .clearfix:after{ content: " "; display: table;}
.clearfix:after{ clear: both;}
.clearfix { *zoom: 1;}


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}



