.disablelink{
	pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

div#days, div#tomorrow {
    display: inline;
}

#days input, #tomorrow input, #time-select input{
	display: none;
}

#days label, #tomorrow label, #time-select label {
    background: #fff;
    display: inline-block;
    padding: 8px 15px;
    border: 3px solid #ed0000;
    border-radius: 4px;
    margin: 0 10px 10px 0;
    color: #ed0000;
    cursor: pointer;
}

#days label.checked, #tomorrow label.checked, #time-select label.checked{
    background: #ed0000;
    color: #fff;
}

div#tomorrow.disabled label {
    opacity: 0.4;
    text-decoration: line-through;
    cursor: no-drop;
}

#redhouse-date-select h3 {
    padding: 0;
    margin: 5px;
    font-size: 22px;
}

.rhstep3-btn a span i{    
    font-size: 16px;
    font-family: "FontAwsome";
    color: #ed0000;
    margin-left: 5px;
    font-style: normal;
}

.rh-price strong {
    font-size: 28px;
}

.rh-price {
    margin-right: 20px;
}

.timeslot-result p {
    font-size: 22px;
}

.rh-selected-date-wrap {
    background-image: url(/content/dam/www-virginmedia-ie/img/cal2.JPG);
    background-repeat: no-repeat;
    background-position: 0px 15px;
    padding-left: 25px;
    background-size: 30px;
}