html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
}

.footer-section {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.footer-placeholder {
    width: 100%;
}


/* placeholder text unified styling */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

@media screen and (max-width: 700px) {
    .table-layout li:nth-of-type(n):before {
        content: attr(data-cell-header);
        white-space: normal;       
    }
}
.input-help-txt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #888;
	margin-top: -10px;
}