body
{background-color:
white;
}
.container
{
	margin-left: -15px;
}
@media screen and (max-width: 479px) {
  .nav-tabs-responsive > li {
    display: none;
    width: 23%;
  }
  
  .nav-tabs-responsive > li > a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    width: 100%;
    text-align: center;
    vertical-align: top;
	
  }
  .nav-tabs-responsive > li.active {
    width: 54%;
	
  }


  .nav-tabs-responsive > li.active:first-child {
    margin-left: 23%;
  }
  .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    display: block;
  }
  .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
    -webkit-transition: none;
    transition: none;
  }
  .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
    display: none;
  }
  .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
  }
  .nav-tabs-responsive > li.prev > a:after {
    content: "\e079";
  }
  .nav-tabs-responsive > li.next > a:after {
    content: "\e080";
  }
  .nav-tabs-responsive > li.dropdown > a > .caret {
    display: none;
  }
  .nav-tabs-responsive > li.dropdown > a:after {
    content: "\e114";
  }
  .nav-tabs-responsive > li.dropdown.active > a:after {
    display: none;
  }
  .nav-tabs-responsive > li.dropdown.active > a > .caret {
    display: inline-block;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
    left: 0;
    right: auto;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
    left: auto;
    right: 0;
  }
}
/**
 * Demo Styles
 */
.wrapper {
  margin: 0 auto;
  display: block;
 
}

.bs-example-tabs .nav-tabs {
  margin-bottom: 0;
}
.bs-example-tabs {
	width: 738px;
	margin: 0 auto;
}
 
@media (max-width: 479px) {
  #narrow-browser-alert {
    display: none;
  }
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

background: #0089b7;
color: #faebd7;
font-weight: bold;
text-align: center;

}
.nav-tabs>li>a { 
color: #006437;
font-weight: bold;
text-align: center;
border: 2px solid #006bb7;
border-bottom: 0px;

}
.nav-tabs>li {
width: 12.5%;
}
.nav-tabs>li>a:hover {
background: #00a9ca;
opacity: 0.5;
color: #faebd7;
font-weight: bold;
text-align: center;
}

.tab-content>.active {
	background-color: #d0dde8;
	height: auto;
	
	border: 2px solid #006bb7;
	border-radius: 5px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
h2 {
	color: #284F3E;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
h3 {
	font-style: italic;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

td {
	width: 50%;
	padding: 5px;
	vertical-align: top;
}
img {
	float: right;
	
	 
	
	margin-top: 20px;
}
.pic {
	margin: 0 auto;
	
	width: 550px;
}



ol
{
	
	text-align: justify;
	
}
th {
	text-align: center;
}
.mark {
	width: 700px;
	margin-left: 17px;
}