.top {
    position: relative;
    width: 100%;
    height: 66px;
    padding: 20px;
}


.top:after, .testcard:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    content: '';
    background-color: var(--light);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


.inputbar
{
    border: 1px solid var(--light);
    background-color: #eceff1;
    border-radius: 21px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    height: 30px;
    padding: 5px 15px;
    line-height: 1.2em;

}