
/* MENUS */
.mobile-menu-close-style {
	display:none;
}
html, body, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
}

td.selectionSlot {
  width:140px;
}

td.titleSlot, td.selectionTitleSlot {
  vertical-align: middle;
  width:270px;
  font-weight: normal;
}

/* backbone modals sizing */
@media only screen and (max-width: 768px) {
  .overlay-content.pop.in {
    width: 340px !important;
    margin-left: -180px !important;
  }
  tr.accomp-edit td input[type=text] {
    min-width: auto;
  }
}
