/* --------------------------------------------------------
    Demo HTML - This is not part of the component
-------------------------------------------------------- */

body {
    margin: 30px auto;
    background-color: #eee;
    color: #888;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    max-width: 1050px;
}

h1, h2, h3, h4 {
    font-weight: 300;
}

b, strong {
    font-weight: 400;
}

a:visited {
    color: #03B;
}

/* Demo Section
------------------------------------------------------------*/

.demo {
    width: 380px;
    display: inline-block;
}

.demo .ch-box-lite {
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
}

.demo-telephone {
    min-height: 100px;
}

.demo-title {
    font-weight: 300;
}

.demo-result {
    display: inline-block;
    width: 90px;
}


.demo-value {
    margin-top: 4px;
    height: 15px;
    width: 100px;
    padding: 1px 2px;
    font-size: 12px;
}

select.demo-value {
    margin-top: 3px;
    height: 15px;
    width: 60px;
    padding: 1px 2px;
    font-size: 12px;
}

.demo .ch-btn {
    margin-top: 5px;
}

/* Documentation Section
------------------------------------------------------------*/

.documentation {
    margin-left: 20px;
    padding: 20px 20px 15px;
    width: 600px;
    height: 500px;
    overflow-y: scroll;
    display: inline-block;
    vertical-align: top;
}

.documentation-title {
    font-size: 28px;
    text-align: center;
    margin: 100px 0 20px;
}

.documentation-title small {
    font-size: 16px;
}

.documentation-article {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
    border-top: 1px dashed #ccc;
}

.documentation-article h2 {
    margin-bottom: 20px;
}

.documentation-article-step {
    margin-top: 15px;
}

.documentation pre {
    margin-top: 15px;
}

.documentation xmp {
    margin: -25px 0 -40px;
}

