/*
DairyMAP - login.css
Written by Mark L. Kinsel
Agricultural Information Management, Inc
Copyright, 2018
*/

main {
    height: 450px;
    width: 33%;
    float: left;
    border-right: 2px solid black;
}

aside {
    width: 66%;
    float: right;
}

footer {
    clear: both;
    text-decoration: none;
}
