body {
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica;
    min-height: 460px;
    height: auto;
    background-color: rgb(25, 25, 25);
}

#container {
    /* Put the grid in a container that is 280 pixels wide */
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    position: relative;
    margin-top: 31px;
    margin-left: 19px;
    width: auto;
    margin-right: 21px;
    min-height: 292px;
    height: auto;
}

.format {
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    margin-top: 94px;
    width: auto;
    margin-right: 108px;
    margin-left: 143px;
    min-height: 18px;
    height: auto;
}

#grid {
    -webkit-border-top-left-radius: 0px 0px;
    -webkit-border-top-right-radius: 0px 0px;
    -webkit-border-bottom-left-radius: 0px 0px;
    -webkit-border-bottom-right-radius: 0px 0px;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    width: 0%;
}

#button {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.585938) 0px -1px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px;
    -webkit-dashboard-region: dashboard-region(control rectangle);
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    position: absolute;
    right: auto;
    bottom: auto;
    margin-top: 0px;
    height: 32px;
    top: 387px;
    left: -9px;
}

#roundedRectangleShape {
    position: absolute;
    border-top-width: 0px;
    border-bottom-width: 0px;
    height: 51px;
    border-left-width: 1px;
    border-right-width: 1px;
    top: 409px;
    left: 0px;
    width: 318px;
    -webkit-border-image: url(Images/roundedRectangleShape.png) 0 1 0 1 stretch stretch;
}

#addColumnButton {
    font-family: Helvetica;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-dashboard-region: dashboard-region(control rectangle);
    position: absolute;
    right: auto;
    bottom: auto;
    margin-top: 0px;
    text-shadow: rgba(0, 0, 0, 0.585938) 0px -1px 0px;
    font-size: 20px;
    opacity: 1;
    width: 40px;
    height: 32px;
    top: 8px;
    left: 267px;
}

#removeColumnButton {
    font-family: Helvetica;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-dashboard-region: dashboard-region(control rectangle);
    position: absolute;
    right: auto;
    bottom: auto;
    margin-top: 0px;
    text-shadow: rgba(0, 0, 0, 0.585938) 0px -1px 0px;
    font-size: 20px;
    width: 40px;
    height: 32px;
    top: 8px;
    left: 225px;
}

#addColorButton {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.585938) 0px -1px 0px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-dashboard-region: dashboard-region(control rectangle);
    position: absolute;
    right: auto;
    bottom: auto;
    margin-top: 0px;
    width: 34px;
    left: 160px;
    height: 32px;
    top: 8px;
}

#removeColorButton {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.585938) 0px -1px 0px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-dashboard-region: dashboard-region(control rectangle);
    position: absolute;
    right: auto;
    bottom: auto;
    margin-top: 0px;
    width: 36px;
    left: 125px;
    height: 32px;
    top: 8px;
}

