﻿tr {
    display: table-row!important;
}

.control-label 
{   
    /*remove large, grey text.*/
    color: #000 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
#registrationForm .form-control 
{
    display: block;   
}

#NoticeOfChangeSearchForm td { 
/* remove override of background colours to allow Bootstrap alternate rows.
*/    
}

#btnNext 
{
/* remove override of background colours to colour next buttons blue, not green.
*/  
}
/*
form {
    padding-bottom: 0px;
}*/


