/*
Smart Responsive Menu v1.7
http://www.millan.rs/product/smart-responsive-menu/

Copyright 2008 - 2013 Milan Petrovic (email: milan@gdragon.info)

http://www.dev4press.com
http://www.millan.rs
*/

body {
    margin: 0;
    padding: 20px;
    background-color: lightyellow;
    font-family: "Open Sans", "Lucida Sans", "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 21px;
}

.smart-responsive-menu {
    font: bold 14px "Lucida Sans", "Arial", "Helvetica", sans-serif;
}

.srm-helper-files {
    width: 992px;
    margin: 0 auto;
}

.srm-helper-header {
    border-bottom: 1px solid gray;
    margin: 0 auto 30px;
    overflow: auto;
    padding: 0 20px 10px;
    width: 992px;
    font-size: 12px;
}

.srm-helper-header h1 {
    font-size: 13px;
    margin: 0;
}

.srm-helper-header h1 span {
    font-size: 12px;
    font-weight: normal;
    color: #990000;
}

.srm-helper-copyright,
.srm-helper-builder {
    border-top: 1px solid gray;
    clear: both;
    margin: 30px auto 0;
    overflow: auto;
    padding: 20px 20px 0;
    width: 992px;
}

.srm-helper-copyright {
    padding: 10px 20px 0;
    font-size: 11px;
}

.srm-helper-builder-col-1 {
    float: left;
    width: 200px;
    margin-right: 20px;
    overflow: auto;
}

.srm-helper-builder-col-2 {
    float: left;
    width: 200px;
    padding-right: 20px;
    margin-right: 19px;
    border-right: 1px solid gray;
    overflow: auto;
}

.srm-helper-builder-result {
    float: right;
    width: 500px;
    overflow: auto;
    padding: 15px;
    border: 1px dashed grey;
    background-color: #fefefe;
    font-family: monospace;
    font-size: 11px;
}

.srm-helper-builder label {
    display: block;
}

.srm-helper-builder select {
    border: 1px solid gray;
    border-radius: 3px;
    margin: 3px 0 10px;
    padding: 3px;
    width: 100%;
}

.srm-helper-built {
    color: red;
    font-weight: bold;
}

.srm-helper-comment {
    color: grey;
    margin-left: 22px;
}

.srm-helper-list {
    margin-left: 22px;
}

.srm-helper-left {
    float: left;
    text-align: left;
}

.srm-helper-right {
    float: right;
    text-align: right
}

.srm-helper-info {
    overflow: auto;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px dashed grey;
    background-color: #fefefe;
    font-family: monospace;
    font-size: 11px;
    line-height: 1.5em;
}

@media screen and (max-width: 1070px) {
    .srm-helper-files {
        width: 100%;
    }

    .srm-helper-copyright {
        width: 100%;
        padding: 0 0 10px;
    }

    .srm-helper-header {
        width: 100%;
        padding: 10px 0 0;
    }

    .srm-helper-builder {
        width: 100%;
        padding: 20px 0 0;
    }

    .srm-helper-builder-col-1 {
        width: 21%;
        margin-right: 1%;
    }

    .srm-helper-builder-col-2 {
        width: 21%;
        margin-right: 1%;
        padding-right: 1%;
    }

    .srm-helper-builder-result {
        width: 47%;
        padding: 1.4%
    }
}

@media screen and (max-width: 720px) {
    .srm-helper-files {
        width: 100%;
    }

    .srm-helper-copyright {
        width: 100%;
        padding: 0 0 10px;
        text-align: center;
    }

    .srm-helper-header {
        width: 100%;
        padding: 10px 0 0;
        text-align: center;
    }

    .srm-helper-left {
        display: block;
        float: none;
        text-align: center;
    }

    .srm-helper-right {
        display: block;
        float: none;
        clear: both;
        text-align: center;
    }

    .srm-helper-builder-col-1 {
        width: 49%;
        margin-right: 2%;
    }

    .srm-helper-builder-col-2 {
        width: 49%;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    .srm-helper-builder-result {
        float: none;
        clear: both;
        width: 93%;
        padding: 2% 3.2%;
    }
}

@media screen and (max-width: 480px) {
    .srm-helper-files {
        width: 100%;
    }

    .srm-helper-builder-col-1 {
        float: none;
        clear: both;
        width: 100%;
        margin-right: 0%;
    }

    .srm-helper-builder-col-2 {
        float: none;
        clear: both;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    .srm-helper-builder-result {
        float: none;
        clear: both;
        width: 93%;
        padding: 2% 3.2%;
    }
}
