body{
    font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
a:focus{
    outline: 1px dotted invert;
}
hr{
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.5em; font-weight: normal}
h1 {font-size:1.8em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em; text-transform:uppercase; font-weight:bold}

ol{list-style: decimal;}
ul{list-style: square;}
li{margin-left: 30px;}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
form,
fieldset {
    margin-bottom: 20px;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
    margin-bottom:1em;
}
blockquote {
    font-size:1em;
    padding:0.3em 0.6em;
    border-left:6px solid #363C4A;
    background: #4D5262;
    margin-bottom:1em;
    color:#ddd;
}
blockquote a{
    color:#dfdfdf;
}
ul, ol {
    margin-bottom:1em;
    list-style: disc;
}

.no-display {
    display:none;
}

.inline-block {
display:-moz-inline-stack; /* for FF2*/
display:inline-block; /* normal browsers */
zoom:1; /* for IE (hasLayout true) */
*display:inline; /* for IE */
}

/* table
----------------------------------------------- */
/*
table {
    width:100%;
    border:1px solid #bbb;
    margin-bottom:1em;
}
th, td {
    padding:.2em 1em;
    text-align:left;
    vertical-align:top;
}
thead th {
    border-bottom:1px solid #888;
    background:#39911E;
    color:#fff;
    font-weight:normal;
    padding:.4em 1em .2em;
}
thead th.table-head {
    font-size:1em;
    font-weight:normal;
    text-transform:uppercase;
    color:#fff;
    background:#555;
    border:1px solid #555;
}
tbody th,
tbody td {
    border-top:1px solid #bbb;
    border-bottom:1px solid #bbb;
    background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
    background:#fff;
}
tfoot th,
tfoot td {
    border-top:2px solid #666;
    background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
    border-top:6px double #666;
}
tfoot tr.total th {
    text-transform:uppercase;
}
th.currency,
td.currency {
    text-align:right;
}
*/
