@charset "UTF-8";
/*
  Paper Collapse

  Collapsible paper cards.

  Made with love by bbo - ©2014 Alexander Rühle
  MIT License http://opensource.org/licenses/MIT
*/
.collapse-card {
  background-color: white;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  color: #777777;
  padding:5px;

 -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.collapse-card .title {
  font-size: 12px;
  line-height: 1.8rem;
 color:  #3366CC;
text-decoration: underline1;
}
.collapse-card .title:before, .collapse-card .title:after {
  content: "";
  display: table;
}
.collapse-card .title:after {
  clear: both;
}
.collapse-card .title i {
  float: left;
}
.collapse-card .title span {
  float: right;
  margin-left: 1rem;
}
.collapse-card .title strong {
  display: block;
  margin-left: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collapse-card .title strong::after {
  color: #404040;
  font-family: 'FontAwesome';
  padding-left: .4rem;
  font-size: 1rem;
  line-height: 1.49rem;
}
.collapse-card .body {
  padding: 1rem;
  display: none;
 color: #333333;
}
.collapse-card * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse-card.active {
  -moz-box-shadow: 0 4px 8px 0 #A6A6A6, 0 1px 3px 0 #A6A6A6;
  -webkit-box-shadow: 0 4px 8px 0 #A6A6A6, 0 1px 3px 0 #A6A6A6;
  box-shadow: 0 4px 8px 0 #A6A6A6, 0 1px 3px 0 #A6A6A6;
  z-index: 200;
  margin: 1em;
}
.collapse-card.active:hover .title strong::after {
  content: "\f106";
}
.collapse-card:hover .title strong::after {
  content: "\f107";
}
.accordion-box{
	margin-bottom:50px;
}
.tab1 td {
border: 1px solid #D5D7D7;
	
	 font-size: 11px;
	 text-align: left;
}
