.mbr_header {
    color: #000;
    font-family: "Quicksand",sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}

.mbr_div_inner div, .mbr_div_inner2 {
    float: left;
   display: contents;
}

.mbr_cell_selected{
	/*background-color: #ff8200;*/
	color: #ff8200;
    font-family: "Quicksand",sans-serif;
    font-size: 0.6em;
    margin-top: 0px;
    text-align: center;
    text-shadow: 1px 1px #fff;
	padding: 10px;
	font-weight:700;
	border: 1px solid #ff8200;
}
.mbr_cell_notselected{
	color: #000;
    font-family: "Quicksand",sans-serif;
    font-size: 0.6em;
    margin-top: 0px;
    text-align: center;
    text-shadow: 1px 1px #fff;
    padding: 10px;
   font-weight:300;
    display: none !important;
}

.mbr_div_inner {
    color: #2198cf;
    font-family: "Quicksand",sans-serif;
    font-size: 2.6em;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 120%;
    padding-bottom: 0;
}

.mbr_div_inner, .mbr_div_inner2 {
    margin: 15px auto;
}

.mba_row {
    float: left;
    width: 100%;
    clear: both;
}

.mba_row div {
    float: left;
}
.axolabel {
    width: 150px;
}
.axolabel, .axolabel2 {
    padding-left: 10px;
    padding-top: 5px;
}

.cnt_text, .cnt_text2, input.axofield, .axodropdown, .editor_dropdown, .editor_textfield {
 /*   border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 5px; */
    border: 0; 
   padding: 5px;
    border-bottom: 1px solid #000;
}
