html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clr {
    clear: both;
}

body {
    background-color: #EEE;
    font-family: Arial, Verdana, sans-serif;
}

.main-section h1 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
}

.main-section {
    border: solid 1px #999;
    background-color: #fff;
    width: 60%;
    margin: 20px auto;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px #222;
    -moz-box-shadow: 0px 0px 15px #222;
    box-shadow: 0px 0px 15px #222;
}

.main-section .info {
    width: 44%;
    float: left;
    margin: 20px 1%;
    padding: 10px 2%;
    -webkit-box-shadow: 0px 0px 15px #99C;
    -moz-box-shadow: 0px 0px 15px #99C;
    box-shadow: 0px 0px 15px #999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.main-section .info p {
    font-size: .8em;
    padding: 5px 0;
}

.show-docs {
    padding: 20px;
    text-align: center;
}

.main-section a {
    color: #999;
    text-decoration: none;
    transition: .5s linear;
}

.main-section a:hover {
    color: #333;
    text-decoration: underline;
}

.main-section .docs-list {
    padding: 20px;
}

.main-section .docs-list h3 {
    font-size: 1.5em;
    color: #333;
    padding: 5px;
}

.main-section .docs-block {
    margin: 10px 0;
    text-align: left;
    padding: 20px;
}

.main-section .docs-block + .docs-block {
    border-top: solid 1px #666;
}

.main-section .docs-block h6 {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 15px;
}

.main-section .docs-block li {
    padding: 5px 0;
}