.ld-browse-link {
    color: #CC0000;	
    font-family: Roboto;	
    font-size: 14px;	
    line-height: 16px;
    text-align: center;
    margin-top: 10px;
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
}

.ld-brws-btn {
    border-radius: 3px;	
    background-color: #02688C;
    color: #FFFFFF;	
    font-family: Roboto;	
    font-size: 12px;
    font-weight: normal;	
    line-height: 14px;
    margin-left: 8px;
    height: 22px;
    width: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ld-brws-btn.red {
    background-color:#CC1C00
}