body{
	background: #eff1f4;
	color: black;
}
a{
    color: #337ab7;
}
h4{
	font-weight: bold;
	
}
.md{
	text-align: center;
}
.container{
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}
.column{
	padding: 20px;
}
.sec1{
	background: #f2f2f2;
	padding: 15px;
	border-radius: 10px;
  margin-bottom: 15px;

}

.sec1:hover{
  margin-top: -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px 5px;
  background: white;
  color: black;
  transition: 0.5s;
}


.date{
  font-weight: bold;
}
/*ul{
list-style-type:none;
}
.icon{
	display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('');
    background-repeat: no-repeat;
}*/
/*table {
  max-width: auto;
  margin: 10px auto;
 border-radius: 10px;

}*/

/*caption {
  font-size: 1.6em;
  font-weight: 400;
  padding: 10px 0;
}
*/
thead th {
  font-weight: 400;
  background: #8a97a0;
  color: #FFF;
}

tr {
  background: #f4f7f8;
  border-bottom: 1px solid #FFF;
  margin-bottom: 5px;

}

tr:nth-child(even) {
  background: #e8eeef;
}

th, td {
  text-align: left;
  padding: 5px;
  font-weight: 300;
  border-radius: 10px;
}

tfoot tr {
  background: none;
}

tfoot td {
  padding: 10px 2px;
  font-size: 0.8em;
  font-style: italic;
  color: #8a97a0;
}
