﻿.terminal-section input[type="text"], input[type="button"] {
    width: 110px;
}

.terminal-section-2 input[type="text"],
.terminal-section-2 input[type="button"] {
    width: 130px;
}

.row-1 {
    background-color: #f5f5f5
}

.row-2 {
    background-color: #fff
}

@media only screen and (min-width : 320px) {
}

@media only screen and (min-width : 480px) {
}

@media only screen and (min-width : 768px) {
}

@media only screen and (min-width : 992px) {
    .h4 {
        color: red;
        font-size: 20px;
        color: #414141;
    }
}

@media only screen and (min-width : 1200px) {
    .days {
        font-size: 36px;
    }
}
a.hLink {
    color: #0074D9; /*#337ab7; 0074D9*/
    text-decoration: none;
}

a:hover.hLink {
    text-decoration: underline;
    color: #023567;
}

input[type="file"] {
    width: 220px;
}