/* blank */ 
.homeGrid {
    width: 200px;
    height: 50px;
    background: #ddd;
    text-align: center;
    float:left;
    border: 1px solid black;
    margin: 5px;
    padding: 5px;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.printIcon {
    width: 5em;
    margin: .6em;
    opacity: .4;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 75%;
}
.printIcon:hover {
    opacity: .95;
}

.stayOnTop {
    position: fixed;
    margin: 1em 0 0 1em;
}

.roundCorner {
    border-radius: .6em;
}