.topsection {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    min-width: 980px;
    margin-top: 15px;
}

.leftAside {
    width: 25%;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    position: relative;
    margin-right: 20px;
    padding: 5px;
    align-self: baseline;
background: -moz-linear-gradient(top, rgba(253,253,253,1) 1%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(253,253,253,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 1%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top, rgba(253,253,253,1) 1%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 1%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(253,253,253,1) 1%,rgba(229,229,229,1) 100%);
}

.rightAside {
	width: 75%;
	box-sizing: border-box;
}

input.btn {
    font-size: 90%;
    background: #DB2D38;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    background-image: none;
    color: #fff;
    font-family: 'Segoe UI', Segoe, 'Open Sans', tahoma, sans-serif;
    margin: 7px;
    padding: 3px 20px;
}


label {
    width: 40%; 
    display: inline-block;
}

.beginsubmission {
    border: 5px solid #c2c4d1;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    position: relative;
    padding: 5px;
    background: rgb(222,228,242);
    background: -moz-linear-gradient(top, rgba(222,228,242,1) 0%, rgba(207,215,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,228,242,1)), color-stop(100%,rgba(207,215,236,1)));
    background: -webkit-linear-gradient(top, rgba(222,228,242,1) 0%,rgba(207,215,236,1) 100%);
    background: -o-linear-gradient(top, rgba(222,228,242,1) 0%,rgba(207,215,236,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,228,242,1) 0%,rgba(207,215,236,1) 100%);
    background: linear-gradient(to bottom, rgba(222,228,242,1) 0%,rgba(207,215,236,1) 100%);
    text-shadow: 1px 1px 1px #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.beginsubmission h4 {
    margin-bottom: 0;
}

/****************************************
 * Expand / Collapse Steps
 ****************************************/
#steps {
  list-style-type: none;
  margin: 0;
  padding: 0; }
#steps li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
#steps li li{
  list-style-type: disc;
  margin: auto;
  padding: auto; }
#steps a {
  text-decoration: none;
  display: inline-block;
  padding: 3px 5px; }
#steps .collapse a {
  display: inline;
  padding: 0;
 }
#steps p.switch {
  padding: -1em 0 0.5em 0;
  margin: 0.3em 0;
  text-align: right; }
#steps div.collapse {
  margin: 0 0 10px 10px; }
#steps li h4 {
  width: 100%; }
#steps .expand a {
  display: block;
  background-color: #e3e3e3;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  background-repeat: no-repeat; }
  #steps .expand a:link, #steps .expand a:visited {
    background-image: url("/static/img/arrow-down.gif");
    background-position: 98% 50%; }
  #steps .expand a:hover, #steps .expand a:active, #steps .expand a:focus {
    text-decoration: underline;
    outline: 0 none; }
  #steps .expand a.open:link, #steps .expand a.open:visited {
    background-image: url("/static/img/arrow-up.gif");
    background-position: 98% 50%; }
#steps p.switch a, #steps .collapse a {
    display: inline;
    background-color: transparent;
    border-color: none;
    border-width: 0; }
@media (max-width: 640px) {
    .topsection {
        flex-direction: column;
        margin-top: 50px;
        width: 100%;
        max-width: 980px;
        min-width: auto;
    }

    .leftAside, .rightAside {
        width: 95%;
        margin: 0 auto;
    }
}

.countdown {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

section.countdown div {
    align-self: center;
}

.countdowntimer {
  display: inline-block;
}