.mtk-std-form label {
  font-weight: bold;
}

/* shadow box */
.box-index2 {
background: #ffffff;
    border: 0px solid #888;
border-radius: 10px 10px 0 0;
-moz-box-shadow: 0 0 15px #BBB;
    -webkit-box-shadow: 0 0 15px #BBB;
    box-shadow: 0 0 15px #BBB;
    margin-bottom: 16px;
    position: relative;  
}
.box-index2 h1 {
border-radius: 5px 5px 0 0;
}
/* shadow box end */

/* Change Button Shape -System Buttons and HTML Buttons with same class */
.read-btn {
  border-radius: 30px !important;
}
/* End Change Button Shape -System Buttons and HTML Buttons with same class */

/* drop shadow for buttons */
a.read-btn {text-decoration: none; font-weight: bold; box-shadow: 5px 5px 5px rgba(0,0,0,.3);}
/* end drop shadow for buttons*/


.newer-page-link a:after {
content: " >> ";
}
.older-page-link a:before {
content: " << ";
}


/* size of drop down menu entries */
.navbar-nav .submenu a {
  font-size: 1.2em !important;
   font-weight: regular !important;
}
/* end size of drop down menu entries */

/* wrap calendar event text (normal view) */
#mtk-pagewrapper .calendar-normal table tr td ul li div.event {
  position: relative;
  white-space: normal;
  text-overflow: unset;
}
#mtk-pagewrapper .calendar-normal table tr td ul li {
  height: unset;
  margin-bottom: 3px;
} /*End wrap*/

/* increase space between calendar events */
#mtk-pagewrapper .calendar-normal table tr td ul li {
  margin-bottom: 6px;
} 

/* Calendar Normal View - Days - Event Text */ 
#mtk-pagewrapper .calendar-normal td ul li .event { 
  font-size: 14px !important; 
} 

/* Calendar List View - Font size of List Events */ 
#mtk-pagewrapper .calendar-list .list-event { 
  font-size: 14px !important; 
} 

/* Calendar List View - Font size of Date Header */ 
#mtk-pagewrapper .calendar-list .date-header { 
  font-size: 16px !important; 
}

/* Volunteer Content Page table cell padding */
.volunteer-table td {
  padding: 0px 10px; /* vertical horizontal */
}

/* submenu positioning (relative to hover item) */
.submenu > li, .submenu2 li {
position: relative;
}
