@charset "utf-8";
/* CSS Document */

p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.heading {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: -2px;
    border-bottom: 1px solid #FFFFFF;
}
.subheading {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 28px;
    border-bottom: 1px solid #FFFFFF;
    margin: auto;
    width: 800px;
}
.detail {
    font-size: 10px;
    color: #727272;
}
.code {
    font-size: 14px;
    color: #2E2E2E;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    background-color: #FFFDDB;
    text-align: left;
}
#width {
    /* [disabled]background-color: #9FCBCF; */
    margin: auto;
    width: 1000px;
}
.open_rtconfig {
    /* height: 400px; */
    margin: auto;
    width: 710px;
}
.middle {
    margin: auto;
    display: table;

}
