﻿input[type=text] {
    width: 100%;
}

a.pcalBtn {
    position: absolute;
    top: 8px;
    left: 20px;
}

input[type=submit] {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 425px) {
    input[type=text] {
        /*width: 120px;*/
    }
}
