.apply_link{
	    display: inline-block;
    padding: 3px 9px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	    color: #fff!important;
    background: rgb(255, 116, 35);
    border-color: #4cae4c;
	transition: all 0.2s linear;	
}
.apply_link:hover{
	background: rgb(74, 179, 198);
 transition: all 0.2s linear;
 color: #fff!important;
}
.dashboard_content{
    width: 97%;
}