.postbox{
}

.wrap{
}

.wp-core-ui{	
}

.help{
}

.largefont{
font-size:2em;
}

.imageWrapper{
float:left;
padding:15px;
margin:15px;
background-color:#E6E6E6;
text-align:center;
width:180px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.hover_img a { position:relative; margin-top:-200px; }
.hover_img a span { position:absolute; display:none; z-index:9999; }
.hover_img a:hover span { display:block;  margin-top:-200px; }

.hover_img-small a { position:relative; margin-top:-100px; }
.hover_img-small a span { position:absolute; display:none; z-index:9999; }
.hover_img-small a:hover span { display:block;  margin-top:-100px; }

.media-modal * {
box-sizing: content-box;
}

.media-modal {
bottom: 30px;
left: 30px;
position: fixed;
right: 30px;
top: 30px;
z-index: 160000;
}

.media-modal-content {
background: #fcfcfc none repeat scroll 0 0;
bottom: 0;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
left: 0;
min-height: 300px;
overflow: auto;
position: absolute;
right: 0;
top: 0;
}

.edit-attachment-frame .media-frame-title {
left: 0;
right: 150px;
}

.media-frame-title {
height: 50px;
top: 0;
z-index: 200;
}

.media-frame-content, .media-frame-router, .media-frame-title, .media-frame-toolbar {
left: 200px;
margin-left:20px;
right: 0;
}

.mediaRight{
background: #f3f3f3 none repeat scroll 0 0;
border-bottom: 0 none;
border-left: 1px solid #ddd;
box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1) inset;
box-sizing: border-box;
height: 100%;
margin-bottom: 0;
float:left;
overflow: auto;
margin-left:20px;
padding: 12px 16px 0;
width: 33%;
}

.media-modal-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-height: 360px;
background: #000;
opacity: 0.7;
z-index: 159900;
}

.wp-customizer .media-modal-backdrop {
z-index: 559900;
}

.media-modal-backdrop {
position: fixed;
}