
video {
max-width: 90%;
height: 400px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-size : 18pt;
}

.body-heading {
    color: #fffffd;
}

div.frame {
    width : 800px;
    height : 600px;
    margin: 0 auto;
    position: relative;
    left: 0px;
    top: 0px;
    background-size: 800px 600px contain;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

div.middle {
    width : 800px;
    margin: 0 auto;
    position: relative;
    left: 0px;
    top: 0px;
}

div.frame-se {
    background-image : url('/static/img/bg/mo.jpg');
}

div.frame-ab {
    background-image : url('/static/img/bg/mo.jpg');
}

div.frame-an {
    background-image : url('/static/img/bg/an.jpg');
}

div.frame-mi {
    background-image : url('/static/img/bg/mi.jpg');
}

div.frame-re {
    background-image : url('/static/img/bg/re.jpg');
}

div.frame-ny {
    background-image : url('/static/img/bg/ny.jpg');
}

div.frame-ne {
    background-image : url('/static/img/bg/ne.jpg');
}

div.frame-mo {
    background-image : url('/static/img/bg/mo.jpg');
}

div.frame-title {
    position: absolute;
    left: 60px;
    top: 6px;
    font-size: 22pt;
    color: #ffffff;
}

div.frame-dropdown, div.frame-editor-page-table {
    position: absolute;
    left: 60px;
    top: 80px;
}

div.frame-main_text, div.frame-search-results {
    position: absolute;
    left: 60px;
    top: 140px;
    padding: 8px 8px;
    color : #222;
    background-color: #cbcbce;
    width: 250px;
    height: 400px;
    overflow-x: auto;
    overflow-y: scroll;
    font-size: 14pt;
    line-height: 1.3;
}

div.frame-search-results {
    width: 640px;
    background-color: #111111;
    color : #fefefd;
}



div.frame-caption {
    width: 370px;
}

div.frame-video-or-image {
    position: absolute;
    left: 370px;
    top: 80px;
}

    
table.editor-page-table tr th {
    color : #888883;
    padding-right: 10px;
}

td.editor-page-td-page-title {
    padding-right: 30px;
}

a.editor:visited, a.editor {
    color: #333331;
}

a.new-page {
    color: #efef00;
}

a.editor:hover {
    color: #444442;
}

input[type="text"], input[type="submit"], input[type="password"] {
    color: #111110;
    font-size : 12pt;
}

input[type="submit"] {
    height: 35px;
}

textarea {
    color : #000;
    font-size : 12pt;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

label {
    color: #333338;
}

span.caption {
    color: #222;
}

div.caption {
    margin-top: 18px;
    width: 370px;
    font-size : 0.7em;
    line-height: 1.2;
}

header.jumbotron {
    color : #111;
}

.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}