/* Basic reset */
root, iframe { 
    display: block;
}
html, body, main, article, div, article, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, ol, li, th, td, form, input, select, textarea, header, nav, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
}
article, section, nav {
    display: block;
}
a {
    outline: none !important;
    text-decoration: none;
    cursor: pointer;
}
.clr {
    clear: both;
}
.rf {
    float: right;
}
img.rf {
    margin: 0 0 1em 1em;
}
.lf {
    float: left;
}
img.lf {
    margin: 0 1em 1em 0;
}


/* Element styles which might be overridden later */
a {
    color: #2d95b2;
}
a:hover {
    color: #afb3b3;
}