/*These file must be deleted after the campaign is over*/
/*All these styles will be available site-wide*/
.container {
    width: auto;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.square-btn span {
    font-size: 1.2rem !important;
}

.chio-button--small {
    border-width: 2px;
}

@media (min-width: 640px) {
    .chio-button--small {
        border-width: 5px;
    }
}

@media not all and (min-width: 640px) {
    .chio-button--small {
        padding: 6px 20px;
        font-size: .75rem;
    }
}
