.myWidth {
    max-width: 500px;
}

.width100 {
    width: 100% !important;
}

.numberWidth {
    width: 50px;
    clear: both;
}

.marginLeft {
    margin-left: 20px;
}

.marginRight {
    margin-right: 20px;
}

.marginBottom {
    margin-bottom: 20px !important;
}

.padding {
    padding: 10px;
}

.bottomspacer {
    margin-bottom: 50px;
}

.blue-bg {
    background-color: lightblue;
    border-radius: 5px;
}

.gray-bg {
    background-color: lightslategrey;
}

.red-bg {
    background-color: lightpink;
}