.selection-list {
    width: 33%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}

.selection-list ul {
    border: 1px solid #c8c8c8;
    overflow: auto;
    list-style: none;
    margin: 0;
    height: 275px;
    padding-left: 0;
}

.selection-list ul li {
    line-height: 20px;
    padding: 10px;
    border-bottom: 1px solid #c8c8c8;
    margin: 0;
}

.selection-list ul li.selected {
    background-color: #EFEDED;
}

.selection-list h4 {
    padding-left: 20px;
    margin-bottom: 0.6em;
}

.loading-msg {
    text-align: center;
    display: none;
    margin-top: 20px;
}

.ga-img {
    background: url(/images/ga-icon.png) no-repeat;
    margin: 0 -3px -6px -5px;
    background-size: 29px 22px;
}

.u-disabled {
    background-color: #ccc !important;
    pointer-events: none;
}

.logo-ga {
    display: inline-block;
    width: 100px;
    height: 15px;
    margin: 0 .15em;
    background: url(/images/logo-ga.png) no-repeat;
    background-size: 100% auto;
    text-indent: -999em;
    overflow: hidden;
}