/* print css for aca website */

#container {
    width: auto;
    margin: 10px 20px;
    background: #ffffff;
    border: 0;
}


#leftColumn, #logo {
    display: none;
}

#printLogo {
    display: block;
    margin-left: 50px;
    margin-bottom: 25px;
    font-weight: normal;
    text-transform: uppercase;
    color: #004494;
    background: transparent;
}

* html #printLogo {
   margin-left: 40px;
 }

#content {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    background-color: transparent;
    float: none;
}

#explanations {
    display: block !important;
}

#timeline .timeyear {
    background: transparent !important;
}

#timeline .moreNoJS {
    display: block !important;
}

#timeline .more, #timeline .less {
    display: none !important;
}

#content #timeline .timedata .moowrapper {
    height: auto !important;
}

#content #timeline .timedata .moowrapper div {
    margin: 0 !important;
}


