.theme-btn-upload {
  font-size: 10pt;
  color: #72a341 !important;
}

option[value="SpaceOnly"] {
  display: none;
}

.fa-folder-open::before {
  content: "\f07c";
  font-size: 20pt !important;
  color: white !important;
}

a {
  color: #74a642 !important;
}

a:hover {
  color: #322b28 !important;
}

.btn-default {
  background-color: #74a642 !important;
  color: #ffffff !important;
}

.btn-default:hover {
  background-color: #74a642 !important;
  color: #322b28 !important;
}

/*Remove link underlines on agenda*/
.body-content table a {
	text-decoration: none !important;
}

/* Only Agenda tables */
.marginBottom table.table-bordered th:first-child,
.marginBottom table.table-bordered td:first-child {
    width: 25% !important;
}

.marginBottom table.table-bordered th:nth-child(2),
.marginBottom table.table-bordered td:nth-child(2) {
    width: 75% !important;
}

/*Increase sponsor/exhibitor/speaker detail area in app*/
.x-container.accordionContent {
    height: 128px !important;
}