.author {
	padding-bottom:10px;
	color: #47b2e4;
	font-size: .85rem;
	font-weight:bold;
}	

.notice-old{
  border: 2px solid #47b2e4;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.notice {
	font-size: 16px;
	font-weight:bold;
	line-height: 2;
	background: #024572;
	color: #a3d4f5;
	padding: 15px;
	margin-top:15px;
	margin-bottom:15px;
	
}

.button-nse, a.button-nse {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  white-space: nowrap;
  -webkit-transition: background-color .125s ease, border-color .125s ease, color .125s ease;
  transition: background-color .125s ease, border-color .125s ease, color .125s ease;
  font-size: 13px;
  border-radius: 4px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-align: center;
  color: #e8f4fc;
  background: #1474b8;
  border-color: #1782cf #1265a1 #1265a1 #1782cf;
}

.buttonheading {
	text-align:left; 
	width:7%;	
	font-size: 0.85rem;
	/* font-weight:bold; */
	display:inline-block;
}	

.readMore {
	/*	float: left;	*/
	/*	width: 50%;	*/
	display: inline-block;
	/*	********	*/
	font-size:95%;
	/*	********	*/
	border: 1px solid rgba(40, 58, 90, 0.9); /* rgba(40, 58, 90, 0.9), */
	border-radius: 5px;
	background: rgba(40, 58, 90, 0.9);
	padding: 10px;	 
	margin-top: 10px;
	margin-bottom: 10px;
	/* */
	color: #fff;
    font-family: "Jost", sans-serif;
    line-height: 1.2;	
}

.contentpaneopen {
	width:100%;
	padding-left:10px;
	padding-right:10px;
}
/*
table, th, td {
        border: 1px solid rgba(40, 58, 90, 0.9);
    }
	
th {
		font-weight:bold;
        padding: 10px;
		height:25px;
		vertical-align:middle;
		background-color:#f2f2f2; 
    }

td {
        padding: 10px;
		height:25px;
		vertical-align:middle;
    }	
*/	

.nse-table {
	border: 1px solid rgba(40, 58, 90, 0.9);
	width:95%;
}

.nse-table th {
		font-weight:bold;
		text-align:center;
        padding: 5px;
		height:25px;
		vertical-align:middle;
		background-color:#f2f2f2; 
		border: 1px solid rgba(40, 58, 90, 0.9);
    }

.nse-table td {
        padding: 5px;
		height:25px;
		vertical-align:middle;
		border: 1px solid rgba(40, 58, 90, 0.9);
    }	