	.notice_text{
	    position: absolute;
	    width: 100%;
	    /*overflow: hidden;*/
	    text-transform: capitalize;
	    color:#fff;
	    text-align:center;
	    font-weight: 500;
	    /*line-height: 40px;
	    top: inherit;
	    height: 40px;*/
	    bottom: 0;
	    min-height: 60px;
	    z-index: 999;
	    border-bottom-left-radius: 15px;
	    border-bottom-right-radius: 15px;
	}
	
	.notice_date{
		color:white;
	}
	
	.noticeboard_detail_main{
		width: calc(100% - 10px) !important;
	}

   .access_btn:after{
   	background-image:none !important;
   }
   
   .access_btn{
   	 padding-left:10px !important;
   }
	