/*.ga-inline-choices li{*/
    /*display: inline-block;*/
    /*list-style-type: none;*/
    /*padding-right: 20px;*/
    /*float: left;*/
/*}*/

/*.ga-inline-choices:after{*/
    /*clear: both;*/
/*}*/

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    height: 100%;
}

.flex-item {
    flex-basis: calc(25% - 20px);
    margin: 10px;
}

.box{
    height: 100%;
    margin-bottom: 0;
}

.box-header{
    text-align: center;
}

.box-body ul{
    padding: 0;
    list-style-type: none;
}

.list-columns-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.list-columns-3 {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.list-columns-4 {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

[class*="list-columns-"] li{
}

[class*="list-columns-"] li>div{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.login-notice {
    max-width: 750px;
}

.login-notice + .login-box {
    margin-top: 2%;
}
