.no-center {
    text-align: left;
}

.two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
}

.green {
    color: #00ff00;
}

.hidden {
    opacity: 0;
    height: 0;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.hidden *:not(:empty) {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

.hidden + * {
    margin-top: 0 !important;
}