.bsscmt-postbox-panel{
    width: 100%;
}
.bsscmt-postbox-panel #options-for-child-theme{
    padding-right: 5px;
}
.bsscmt-postbox-panel .meta-box-sortables .postbox {
    background: aliceblue;
}

.bsscmt-styled{
    margin-right: 10px;
	width: 100%;
	height: 120px;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}

.boxed{
  width: 70%;
  padding: 10px;
  margin: 20px;
  margin-left: 0%;
  float: left;

}

.newtheme-child-container{
    width: 100%;
}

.newtheme-child-container .theme-browser .theme.active .theme-name{
    padding-right: 50px;
}
.newtheme-child-container .theme-browser .theme, .newtheme-child-container .theme-browser .theme .more-details{
    cursor: default;
}

.newtheme-child-sidebar{
    width: 24%;
    float: right;
    margin-right: 19px;
    margin-top: 4.4%;
}

.newtheme-child-sidebar .thumbnail img{
    max-width: 100%;
    margin: auto;
    display: block;
}


.image-holder{
  width: 300px;
  border: dashed blue 1px;
}

img.thumb-image {
    display: block;
    max-height: 200px;    
    margin-top: -7%;
    width: 100%;
}
.notice-bar{  
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}




p.text-center {
    text-align: center;
}
.child-title {
   border-bottom: 1px solid #e5e5e5 ;
   padding: 7px;
   margin: 1px 0;
   text-align: left;
   font-size: 14px;
   line-height: 1.4;
}
.child-meta{
    margin-bottom: 10px;
}
td.child-button {
    float: left;
    margin-left: -17px;
}
.child-table {
   margin-left: 10px;
  
}.centered{
    margin-bottom: 2%;
    padding: 0 50px;
} 

h2.child-theme-header {
   font-size: 14px;
   padding: 8px 12px;
   margin: 0;
   line-height: 1.4;
   border-bottom: 1px solid #e5e5e5 ;
}

h1.child-head {
    margin: 0 0 15px;
    font-size: 23px;
    font-weight: 400;
    padding: 9px 15px 4px 0;
    line-height: 29px;

}

table.form-table.child-table label{
    display: inline-block;
    width: 220px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.4em;
}

form#custom-child{
    border-top: 1px solid #e5e5e5;
    padding: 0 20px; 
}

.centered label{
    font-weight: bold;
    margin-left: -19px;
    display: inline-block;
    width: 200px;
    line-height: 1.4em;
    font-size: 13px;
    text-align: left;
}
.bsscmt-options input{
    width: 20em;
}

