/* CSS Document */
  
.article2  tr:nth-child(even) {background: #f7f7f7}
.article2  tr:nth-child(odd) {background: #FFF} 

.article2{border-collapse: collapse; border: solid 2px #e9eeea; margin-top:8px; margin-bottom: 8px}

.article2  td{padding: 3px;}

.btn-blue {
	background-color:#0078bf;
	color: #fff;
	border: 1px solid #0078bf;
	text-decoration: none;
	border-radius: 5px;
} 

.btn-blue:hover {
	background-color: rgba(0,120,191,.9);
	text-decoration: none;
	color:#fff;
}

 