.entry {
    text-align: center;
}

ol.forms {
    list-style: none;
    padding: 0;
}
ol.forms li {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 1.6em;
    position: relative;
}
ol.forms li:first-child, ol.forms li:nth-child(2) {
    width: 48%;
}
ol.forms li:first-child {
    margin-right: 3.8%;
}
ol.forms li:nth-child(2) {
    clear: none;
}
ol.forms li.screenReader, ol.forms li .screenReader {
    margin-bottom: 0;
    position: absolute;
    top: -9999px;
    left: -9999px;
}