@charset "utf-8";
/* CSS Document */

.embed-container {
    position: relative; 
    padding-bottom: 56.25%; 
    /*padding-top: 30px; */
    height: 0; 
    overflow: hidden; 
} 

.embed-container-squarish {
    position: relative; 
    padding-bottom: 120%; 
    /*padding-top: 30px; */
    height: 0; 
    overflow: hidden; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.codebox {
    width: 97%;
    font-family: monospace !important; 
    font-size: 14px;
}

.pad-right {
        padding-right: 15px;
}

.well {
        min-height: 120px;
        margin-bottom: 70px;
}

.control-label {
        padding-top:5px;
}

@media only screen and (max-device-width: 480px) {
    .inputfix {
        width: 66% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .inputfix {
        width: 66% !important;
    }
}
.nav {
    margin-bottom: 12px;
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    box-sizing: border-box;
}
.nav-pills>li {
    float: left;
}
.nav>li {
    position: relative;
    display: block;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}