table {
    border-collapse:separate;
    border-spacing: 15px;
    width: 100%;
}

table td {
    text-align: center;
    padding: 10px 0;
}

.circle{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    text-align:center;
    line-height: 50px;
    border: solid 1px;
}

.page-header-line {
    padding-bottom:9px;
    margin:0 0 20px;
    border-bottom:1px solid #eee;
}

.step-panel {
    height: auto;
}

#page-wrapper {
    border-left: none;
}

input[type="radio"] {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}