@import url('rammetto-one.css');
@import url('montserrat.css');
@import url('cwtex-hei.css');

* {
    font-family: 'Font Awesome 5 Free', 'Montserrat', sans-serif, 'cwTeX Hei' !important;
    font-weight: normal;
}

body {
    background: #222 none repeat scroll 0 0;
    color: #666;
    font-family: 'Montserrat';
    font-size: 80%;
    line-height: 1.5em;
    margin: 0;
    border-top: 1px solid #393939;
}

i {
    color: #0275d8;
    margin-right: 5px;
}

ul, li {
    list-style-type: square;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.content {
    min-height: 150px;
    height: auto;
}

.ui-icon-phone {
    background: url('../img/phone.jpg') no-repeat 0 0;
}

#info {
    background: #ffa;
    border: 1px solid #ffd324;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    margin: 15px 6px 0;
    width: 295px;
    padding: 4px 0px 2px 10px;
}

    #info > h4 {
        font-size: .95em;
        margin: 5px 0;
    }

#stage.theme {
    padding-top: 3px;
}

    #stage.theme > dl {
        padding-top: 10px;
        clear: both;
        margin: 0;
        list-style-type: none;
        padding-left: 10px;
        overflow: auto;
    }

        #stage.theme > dl > dt {
            font-weight: bold;
            float: left;
            margin-left: 5px;
        }

        #stage.theme > dl > dd {
            width: 45px;
            float: left;
            color: #a87;
            font-weight: bold;
        }

    #stage.theme > h1, #stage.theme > h2, #stage.theme > p {
        margin: 1em 0 .5em 13px;
    }

    #stage.theme > h1 {
        color: #eee;
        font-size: 1.6em;
        text-align: center;
        margin: 0;
        margin-top: 15px;
        padding: 0;
    }

    #stage.theme > h2 {
        clear: both;
        margin: 0;
        padding: 3px;
        font-size: 1em;
        text-align: center;
    }

    #stage.theme a.btn {
        border: 1px solid #555;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        display: block;
        float: left;
        background: #444;
        width: 150px;
        color: #9ab;
        font-size: 1.1em;
        text-decoration: none;
        padding: 1.2em 0;
        margin: 3px 0px 3px 5px;
    }

        #stage.theme a.btn.large {
            width: 308px;
            padding: 1.2em 0;
        }
