/* 
    Created on : 29/04/2016, 16:17:03
    Author     : Rafael Cassone <rafaelcassone@gmail.com>
*/

body {
    font-family: arial, tahoma, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.fidc_header {
    border-bottom: solid 1px lightgray;
    height: 48px;
    padding: 1px;
}
.fidc_body {
    padding: 0;
    position: fixed !important;
    top: 51px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}
