/* Print */
/* 
    Document   : print
    Created on : 2014-01-07, 12:00:00
    Author     : twarnicki
    Description:
        Style sheet for printing.
*/
    
root { 
    display: block;
}

body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    color: black;
    background: white; 
}

a{
    color: black;
    text-decoration: none;
}
table{
    width: 100%;
    font-size: 10pt;
}

table tr{ 
     border-color: black;
     border-bottom-style:solid;
     border-width: 1px;
     padding: 2px;
 }
 
 table td{
     padding: 2px;
 }

#wrapper, 
#content { 
    width: auto; margin: 0 5%; 
    padding: 0; 
    border: 0; 
    float: none !important; 
    color: black; 
    background: transparent; 
}

h1, #menu, #footer, #slide2, .decorative{
    display: none;
}

p{
    margin-top: 0px;
    margin-bottom: 5px;
}

h2 {
    font-size: 18px;
}
/*
.slide{
    page-break-after: always;
}
*/
#map-canvas{
    display: none;
    /*
    width: 100%;
    height: 500px;
    */
}
h3{
    font-size: 16px;
    margin-bottom: 0px;
    
}

