/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12/12/2016, 12:36:47 PM
    Author     : rbasthol
*/

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.css');

.placeholderSection {
    min-height: 200px;
    border: 1px solid black;
    background-color: #e8e8e8;
}

.inputBox {
    padding: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -khtml-border-radius: 20px;
    margin: 5px 0px;
}

.infoBox {
    padding: 10px 15px;
    margin: 5px 0px;
    border-left: 20px solid #eade6d;
}

#search_in li {
    display: inline;
    padding: 0px 7px;
}
