.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.h1, .h2, .h3, .h4, .h5, .h6, .main-header .top-nav .nav > li > a > .label, h1, h2, h3, h4, h5, h6, nav.navbar.bootsnav {
    font-family: Garamond;
}
body {
   font-family: Garamond;
    font-size: 12px; 
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.dropzone {
    min-height: 15px;
    border: 2px dashed #558B2F;
	background: white;
    padding: 2px 2px;
}

.editable-click, a.editable-click, a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 0px #0088cc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}
