.toplevel_page_bokez_admin_page #wpwrap{
    background-color: white;
}

.toplevel_page_bokez_admin_page #wpcontent {
    padding-left: 0;
}

/** Header **/
.bokez-header{
    padding: 4% 4% 0;
    background-image: url('img/memphis-colorful.png');
}

.bokez-header h1{
    line-height: 1.5;
}

/** Pages **/
.bokez-page{
    display: none;
}

.bokez-page._open_{
    display: block;
}

.bokez-page-content{
    padding: 0 4%;
    font-size: 1.2rem;
    line-height: 1.4;
}

.bokez-page-content .bokez-hero{
    font-size: 1.6rem;
}

/** Tabs **/
.bokez-tabs{
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 3%;
    margin: 0;
    background-color: #f5f5f5;
    list-style: none;
}

.bokez-tabs > li{
    display: block;
    border-bottom: 1px solid #e1e1e1;
}

.bokez-tabs > li > a{
    font-size: inherit;
    line-height: inherit;
    display: block;
    padding: 1em 0;
    text-decoration: none;
    position: relative;
    outline: none;
}

.bokez-tabs > li > a:focus{
    box-shadow: none;
}

.bokez-tabs > li > a:after{
    content: '+';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate( 0, -50% );
    font-size: 1.5rem;
}

.bokez-tabs > li > a:last-child{
    border-bottom: none;
}

.bokez-tabs-content {
    display: none;
    padding: 10px 0 50px;
    font-size: 1.2rem;
    line-height: 1.4;
}

.bokez-tabs > li._open_ > a:after{
    content: '-';
}

.bokez-tabs > li._open_ .bokez-tabs-content{
    display: block;
}

.bokez-tabs-content img{
    display: block;
    max-width: 100%;
    margin: 40px 0 20px;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}

.bokez-tabs-content p{
    font-size: inherit;
    line-height: inherit;
}

/** Admin Notices **/
.bokez-notice{
    position: relative;
    display: inline-block;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.bokez-notice img{
    display: block;
    max-width: 100%;
}

.bokez-notice-close{
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 44px;
    height: 24px;
    font-size: 16px;
    transform: translate(-50%, 0);
    background: white !important;
    outline: 0 !important;
    border: 1px solid #e1e1e1 !important;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}