
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
 /* font: 13px/1.5 'lucida_sans_unicoderegular', Arial, sans-serif;*/
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.container-main h1, .container-main h2, .container-main h3, .container-main h4, .container-main h5, .container-main h6, .container-main p{/*font-family:'lucida_sans_unicoderegular', Arial, sans-serif;*/ font-weight:normal;}
/* Spacing ---------------------------------------------------------------------------------------------------- */

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin:0 0 10px;
}
a:focus{ outline:0}
#devinAd{ display:none !important;}