form table{
    margin:20px 0;
    }

#main .questions{
    background-color:#eee;
}

#main .questions td{
    border:1px solid #dedede;
}

#submit{
    float:right;
}

#dock_length{
    width:50px;
    }
    
#boards{
    border:0;
    width:50px;
    color:red;
    font-weight:bold;
    }
    
#clips{
    border:0;
    width:50px;

    font-weight:bold;
    }
    
#clips100{
    border:0;
    width:50px;
    color:red;
    font-weight:bold;
    }	

#main table{
    border-collapse: collapse;
    }

#main th{
    border: 0;
    padding: 0;
    background: #fff;
    }

#main td{
    border: 0;
    padding: 5px;
    }