.topcontainerbox {
	margin:20px;
	float:left;
	width:75%;
}
.topcontainerbox:after {
	content:"";
	clear:both;
}
.mmnbplcs-col-3 {
	float:left;
	width:30%;
}
.mmnbplcs-subcategories {
	height:150px;
	overflow:auto;
	float:left;
	width:80%;
	background:#fff;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.25);
	padding:20px;
}
.cusbtnbox {
	margin:30px 0px 30px 0px;
	float:left;
}
.loctitle2, .loctitle3 {
	display:none;
}

.upgradenow {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 12px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.upgradenow span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.upgradenow span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}


.upgradenow:hover span {
  padding-right: 25px;
	color:#fff
}

.upgradenow:hover span:after {
  opacity: 1;
  right: 0;
}
.w3-btn{
background: #333;
padding: 10px;
margin: 2px;
color: #fff;
text-decoration: none;
}

.w3-btn:hover{
background: #CB2109;
padding: 10px;
margin: 2px;
color: #ffffff;
text-decoration: none;
}
.topcontainerimage{padding:20px;float:left}
.mmnbplcs-col-6{width:75%; float:left}
/***responsive***/
 @media screen and (max-width: 768px){
	
 .topcontainerbox .mmnbplcs-col-3{width:100%} 
	
 .wp-list-table{width:100% !important}
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column){display:table-cell;}
 
}



/* The Modal (background) */
.modalwp {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalwp-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.closewp {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closewp:hover,
.closewp:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.notice-dismiss{
	    position: relative !important;
    top: 0 !important;
    border: none !important;
    margin: 15px 0px !important;
    padding: 9px 0px !important;
    color: #000 !important;
    cursor: pointer !important;
    background-color: #d7d7d7 !important;
}

.notice-dismiss {
position: relative !important;
}

.topcontainerbox h3 {
	min-height:40px !important;
}