small {
font-size: .7em;
}
.hide {
display: none;
}
#registration > .panel, #confirmation {
font-size: .85em;
background-color: #232323;
padding: 20px 20px 80px 20px;
position: relative;
border-radius: 20px;
border-color: #000;
border-width: 10px;
border-style: double;
color: #fff;
}

#updates .panel-heading {
font-weight: bold;
}

#updates .panel-body {
color: #333;
}

.navigation {
position: absolute;
bottom: 20px;
color: #666;
}
.forward_btn {
right: 20px;
}
.reverse_btn {
left: 20px;
}
.reset_btn {
left: 50%;
width: 30%;
margin-left: -15%;
}
.clear {
clear: both;
}
footer {
/*position: fixed;*/
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
height: 30px;
line-height: 30px;
font-size: .8em;
background-color: #000;
border-top: 1px solid #666;
}
footer a {
text-decoration: none;
}
label.error {
display: block;
color: #f00;
font-weight: bold;
font-size: .8em;
}
input.error, select.error {
border: #f00;
}
#registrationBtns {
margin-bottom: 20px;
}

#registrationBtns > div {
margin-bottom: 20px;
}

#summary hr {
clear: both;
}

#summary .edit{
float: right;
}

#summary label {
font-weight: bold;
}

.summary {
margin-bottom: 10px;
overflow-wrap: break-word;
}

.btn-success {
color: #fff;
}