.grouplist a {
    text-decoration: none;
}

.grouplist {
    margin: 0;
    padding: 0;
    position: relative;
    top: 40px;
}

.grouplist ul {
    margin: 0;
    padding: 0;
}

.grouplist ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.grouplist ul li .btn-list {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    /* padding: 0 111px; */
    padding-top: 8px;
    /*width: 387px;*/
    width: 90%;
    padding: 6px 20px;
    height: 45px;
    /* background: url(../images/personal/btn_bg-cti.png) top center no-repeat; */
    color: #fff;
    text-align: center;
    font: 23px/20px 'THK2DJuly8', Arial, sans-serif;
    word-wrap: break-word;
    background-size: 100% 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#019356+1,0f955e+22,3cc78f+100 */
    background: rgb(1, 147, 86);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(1, 147, 86, 1) 1%, rgba(15, 149, 94, 1) 22%, rgba(60, 199, 143, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(1, 147, 86, 1) 1%, rgba(15, 149, 94, 1) 22%, rgba(60, 199, 143, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(255 113 0) 1%, rgb(255 113 0) 22%, rgb(255 157 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#019356', endColorstr='#3cc78f', GradientType=1);
    /* IE6-9 */
}

.grouplist ul li .btn-list span {
    display: table-cell;
    vertical-align: middle;
}

.grouplist ul li .btn-list a {
    display: block;
    width: 85%;
    position: relative;
    color: #fffdd0;
    left: 20px;
}

.grouplist ul li .btn-list a:hover {
    color: #fff;
    text-shadow: 2px 2px #340d08;
}