.form-line .form-field {
    display: inline-block;
    margin: 10px 5px;
}

.form-line .form-field > .date {
    width: 100px;
}

.search-input {
    width: 400px;
}

@media screen and (max-width: 1240px) {

    .form-line .form-field.search {
        /*display: block;*/
    }
}

@media screen and (max-width: 600px) {

    .form-line .form-field .search-input {
        width: 295px;
    }

    .form-line .form-field > .group {
        /*width: 200px;*/
    }
}

form[name="news_filter"] {
    text-align: center;
    padding-top: 30px;
}

form[name="news_filter"] input[type="text"],  form[name="news_filter"] select {
    color: #000000;
    border: 1px solid #c9c9c9;
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Comfortaa', sans-serif;
    font-size: 16px;
    line-height: 1.33;
    height: 30px;
    padding-left: 4px;
}

form[name="news_filter"] img {
    margin-top: 5px;
}

form[name="news_filter"] select {
    padding: 1px;
}

form[name="news_filter"] input[type="submit"] {
    color: #ffffff;
    background-color: #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Comfortaa', sans-serif;
    font-size: 16px;
    line-height: 1.33;
    height: 34px;
    font-weight: bold;
    border: 1px solid #000000;
    padding: 0px 10px 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}