
/*
    Page body
*/
body {
    margin: 0;
    font: 14px "Lucida Sans Unicode","Lucida Grande",serif;
    color: #333;
    text-align: center;
}

/*
    Links
*/
a {
    color: #0050af;
}
a:hover {
    color: #fff;
    text-decoration: none;
}

/*
    Headings
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    border-bottom: 1px solid #ececec;
    font-family: Cambria,Georgia,serif;
}
h1 {
    font-size: 34px;
    margin: 35px 0 10px;
}
h2 {
    font-size: 26px;
    margin: 30px 0 10px;
}
h3 {
    font-size: 22px;
    margin: 25px 0 10px;
}
h4 {
    font-size: 20px;
    margin: 20px 0 10px;
}
h5 {
    font-size: 18px;
    margin: 15px 0 8px;
}
h6 {
    font-size: 16px;
    margin: 10px 0 5px;
}

/*
    Font styles
*/
strong {
    font-weight: bold;
    color: #fff;
    background: #d72806;
}
em {
    background: #ebebeb;
}

/*
    Horizontal rule
*/
hr {
    height: 1px;
    border: 0 none;
    border-top: 1px solid #ececec;
    margin: 30px 0;
}

/*
    Paragraph
*/
p {
    margin: 15px 0;
}

/*
    Code
*/
pre {
    font-family: Arial,sans-serif;
    padding: 10px 30px;
    background: #fff8cb;
    border-left: 4px solid #e3cd3c;
}
code {
    background: #fff08b;
}

/*
    Page content container
*/
#container {
    width: 600px;
    margin: 0 auto;
    text-align: left;
}

/*
    Example box
*/
.example {
    padding: 10px 30px;
    border: 3px solid #d72806;
}

/*
    Generic table class
*/
.table {
    font-size: 12px;
    border: 1px solid #ececec;
}
.table thead {
    background: #333;
    color: #fff;
}
.table thead th {
    font-size: 16px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #fff;
}
.table tbody th {
    background: #f3f3f3;
}
.table tbody tr.odd {
    background: #f3f3f3;
}
.table tbody tr.odd th {
    background: #ebebeb;
}
.table tbody tr.highlight,
.table tbody tr.highlight th,
.table tbody tr.highlight td {
    font-size: 14px;
    background: #fffbcf;
}
.table tbody tr.highlight th, 
.table tbody tr.highlight td {
    border-bottom: 1px solid #fbf399;
}
.table td, 
.table th {
    text-align: left;
    vertical-align: top;
    padding: 4px 8px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #fff;
}

