/*
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 : 29-Aug-2016, 14:27:18
    Author     : user
*/

           body {
                margin: 15px;

            }

            div.search span,
            div.search input[name="keyword"] {
                display: block;
            }

            div.search input[name="keyword"] {
                margin-top: 4px;
            }

            div.panel {
                margin-bottom: 15px;
            }

            div.panel .panel-body p:last-child {
                margin-bottom: 0;
            }

            mark {
                padding: 0;
                background: orange;
                color: black;
            }