/**
*   Theme Name: Blue Lines
*
*   Blue Lines WordPress Theme, Copyright (C) 2013 Rija Rajaonah
*   Blue Lines WordPress Theme is licensed under the GPL License version 3.
*   [http://www.gnu.org/licenses/gpl-3.0.html]
*/

#blntwp-container {
    display: none;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    z-index: 154000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(10, 10, 10, 0.4);
}

#blntwp-wrap {
    width: 640px;
    height: 66%;
    margin: 5% auto;
    padding: 35px;
    background-color: #fff;
    border: 4px solid #777; 
    border-radius: 3px;
    overflow-y: scroll;
}

#blntwp-wrap .editor-control {
    padding: 10px;
}

#blntwp-wrap .editor-control > * {
    margin-left: 5px;
    margin-right: 5px;
}
