/* Standalone happy planner boxes */
.box {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.box-square {
    height: 1.5625in;
    width: 1.5625in;
}

.box-wide {
    height: 1.5in;
    width: 2.5in;
}

.box-high {
    height: 2.5in;
    width: 1.5in;
}

/* Happy planner box borders */
.box.border {
    border: 2px solid gray;
}

.box.left {
    border-left: 2px solid gray;
}

.box.right {
    border-right: 2px solid gray;
}

.box.top {
    border-top: 2px solid gray;
}

.box.bottom {
    border-bottom: 2px solid gray;
}
