/*
Theme Name: OGS
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
#meeting_table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#meeting_table td, #meeting_table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#meeting_table tr:nth-child(even){background-color: #f2f2f2;}

#meeting_table tr:hover {background-color: #EEE;}

#meeting_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #01537F;
  color: white;
}
.subsub:hover ul.dropdown-menu {
    display: block;
    left: 157px;
    top: 0;
}
#meeting_table a.btn-primary {
	line-height: 1 !important;
}
#meeting_table td {
	line-height: 1.3;
}
hr{
	margin-top: 3rem;
    margin-bottom: 3rem;
	border-top:3px solid;
}
.carousel .carousel-inner .carousel-item {
    max-height: 580px;
    height: 100%;
}

.carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    max-height:580px
}

.about-wrapper.about-section img {
    max-height: 340px;
    height: 100%;
}