@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: sans-serif;
	background: #f6f9fa;
}

h1 {
	color: #ccc;
	text-align: center;
}

a {
  /*color: #ccc;*/
  text-decoration: none;
  outline: none;
}

/*Fun begins*/
.tab_container {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}

input, section {
  clear: both;
  padding-top: 10px;
  display: none;
}

label {
  font-weight: 400;
  font-size: 16px;
  display: block;
  float: left;
  width: 50%;
  padding: 1em;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #999;
  /*border-bottom: 2px solid #f0f0f0;*/
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
    line-height:2.5;
	border-bottom: 1px solid #f0f0f0;
}
.tab_container .tab-content h3  {

  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #0d3a62;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #0d3a62;
}

label .fa {
  font-size: 1.1em;
  margin: 0 0.4em 0 0;
}



/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

.no_wrap {
  text-align:center;
  color: #0d3a62;
}
.link {
  text-align:center;
}


.tab-content ul li{
	font-size: 13px;
	line-height: 40px;
	height: 42px;
	border-top: 1px solid #e4e4e4;
	}
.tab-content ul li a{
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab-content2 ul li{
	font-size: 13px;
	line-height: 40px;
	height: 42px;
	border-top: 1px solid #e4e4e4;
	}
.tab-content2 ul li a{
	float: left;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab-content3 ul li{
	font-size: 13px;
	line-height: 40px;
	height: 42px;
	border-top: 1px solid #e4e4e4;
	}
.tab-content3 ul li a{
	float: left;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}