.mtg-content {
  background-color: #F6F6EA;
  margin: 10px;
  padding: 20px;
}

.mtg-font {
  font-family: 'Poppins', serif;
}

.mtg-hdr {
	color: #574643;
}

.mtg-hdr-2 {
	color: #F6F6EA;
}

.mtg-button {
	background-color: #305164;
	color: #ffffff;
	padding: 10px;
	border-radius: 20px;
	text-decoration: none;
	font-weight: bold;
}

.mtg-button:hover {
	background-color: #E1A81E;
	color: #ffffff;
	text-decoration: none;
}

.mtg-link {
  color: #305164;
  font-weight: bold;
}

.mtg-link:hover {
  color: #D75F44;
}

.gadgetStyleNone .gadgetStyleTitle h4 {
	color: #574643;
}

.topnav {
  overflow: hidden;
  background-color: #574643;
}

.topnav a {
  float: left;
  display: block;
  color: #F6F6EA;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
}

.active {
  background-color: #D75F44;
  color: #574643;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #E1A81E;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #F6F6EA;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #E1A81E;
  color: #F6F6EA;
}

.dropdown-content a:hover {
  background-color: #E1A81E;
  color: #F6F6EA;
}

.dropdown:hover .dropdown-content {
  display: block;
  background-color: #D75F44;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}