@charset "utf-8";

.text-underline {
   text-decoration: underline;
}


.action-button {
	color: #ffffff;
    height: 35px;
	background-color:#41b6e6;
	text-align:center;
	vertical-align:middle;
	border:none;
	border-radius: 0px;
	text-decoration: none;
}

.action-button > a {
    color: #ffffff;
	text-decoration: none;
}


#microchip-logo {
   min-height: 40px;
   max-height: 40px;
}

.right-aligned-div {
  float: right;
}

.faq-title {
	background-color:#41b6e6;
}

.faq-title > td {
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

.faq-divider {
    height: 20px;
}

.faq-content {
	background-color:#ffffff;;
}

.faq-content > td {
	padding: 5px 5px 5px 5px;
}

.agenda-title {
	background-color:#41b6e6;
}

.agenda-title > td {
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

.agenda-divider {
    height: 20px;
}

.agenda-content {
	background-color:#ffffff;;
}

.agenda-content > td {
	padding: 5px 5px 5px 5px;
}

.agenda-time {
   text-align:center;
   vertical-align: middle;
   width: 20%;
}

.agenda-type {
   text-align:center;
   vertical-align: middle;
   width: 20%;
}

.agenda-desc {
   text-align:left;
   vertical-align: top;
   width: 60%;
}