/*
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 : Jul 11, 2016, 6:12:13 PM
    Author     : jun
*/

dl{
    margin: 0px;
}
.creation{
        float: right;
}
@media (min-width: 768px){
    .dl-horizontal dt{
        width: 100px;
    }
    .dl-horizontal dd{
        margin-left: 120px;
    }
}
pre{
    background-color: white;
    border: none;
    padding: 0px;
}
.panel-body img{
    max-width: 200px;
}