.theme-shade {
  color: #f58e27;
}
.flat-border {
  border: 1px solid #e0e0e0;
}
.etched-border {
  border-bottom: 1px solid #333333 !important;
  box-shadow: rgba(224, 224, 224, 0.14) 0px 1px !important;
}
.inline-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.inline-li {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.subtitle {
  font-size: 9pt;
}
.filler {
  clear: both;
  height: 0px;
}
.mgt-team {
  margin-bottom: 10px;
}
.mgt-team .title {
  font-size: 14px;
  color: white;
  background-color: #f58e27;
  padding: 3px;
}
.mgt-team .items {
  padding: 10px 0;
}
.mgt-team .items .clearfix .photo,
.mgt-team .items .clearfix .info {
  vertical-align: top;
}
.mgt-team .items .clearfix .photo {
  margin-right: 5px;
}
.mgt-team .items .clearfix .photo img {
  width: 80px;
}
.mgt-team .items .clearfix .info {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  max-width: 225px;
  text-align: left;
}
.mgt-team .items .clearfix .info .name {
  color: #f58e27;
  font-weight: bold;
  margin-top: 5px;
}
.mgt-team .items .clearfix > div {
  margin-top: 10px;
}
.for-mgt-team .close {
  color: white;
}
.for-mgt-team .modal-title {
  color: #e41118;
}
.for-mgt-team .modal-content {
  background-color: rgba(31, 55, 83, 0.9);
  color: white;
  text-align: justify;
}
.for-mgt-team .modal-content img {
  width: 80px;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
