﻿@charset "utf-8";

.search-title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 22px;
    position: relative;
    margin: 0 0 10px -10px;
    padding-left: 10px;
    padding-top: 0;
}

    .search-title:after {
        background-color: #e50000;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
    }

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control {
    border-radius: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
