.dwnld-sec>a:hover {
	text-decoration: none;
	background: #c91c2e;
}
	/* AUthor bio starts */
.author_bio{background-color:aliceblue;color:#000;max-width:100%;text-align:left;padding:18px;margin:30px 0 0;display:flex;justify-content:center;gap:12px;flex-direction:row;border-radius:18px}
.author_bio .bio_desc{display:block;display:flex;justify-content:flex-start;gap:12px;font-size:14px!important;font-weight:250;line-height:1.4!important}
.bio_pic{display:inline-block;height:30px;width:30px;border-radius:50%;flex:0 0 36px}
.bio_pic > img{border:none}
.author_bio .bio_name{font-size:16px!important;margin:0px 0 0!important;font-weight:600;line-height:1.2!important;padding-top: 10px}
.author_bio .bio_name >i{font-style:italic;font-weight:100;font-size:12px;font-size:80%}
/* AUthor bio ends */
	table, th, td {
  border:1px solid black;
		padding: 15px;
		background-color: aliceblue;
		td:nth-child(even), th:nth-child(even) {
  background-color: white;
		
	}
		