.ball-list {
    padding    : 30px 0px;
    text-align : center;
}
.ball-list__body {
    text-align : center;
    width      : 960px;
    margin     : auto;
}
.ball-list__header h3 {
    color         : #9D9D9D;
    font-size     : 20px;
    text-align    : center;
    margin-bottom : 30px;
}
.ball-list__left-long {
    display        : inline-block;
    width          : 49%;
    text-align     : left;
    vertical-align : top;
}
.ball-list__right-long {
    display        : inline-block;
    width          : 49%;
    text-align     : left;
    vertical-align : top;
}
.ball-list__left {
    display        : inline-block;
    width          : 450px;
    margin-right   : 50px;
    text-align     : left;
    vertical-align : top;
}
.ball-list__right {
    display        : inline-block;
    width          : 450px;
    text-align     : left;
    vertical-align : top;
}
.ball-list li {
}
.ball-list.yellow {
    border-bottom : 5px #FABD2F solid;
}
.ball-list.yellow a {
    color           : #FABD2F;
    text-decoration : underline;
    display         : block;
    width: 380px;

}
.ball-list.yellow a:before {
    content        : url('./ball.gif');
    vertical-align : -50%;
}
.ball-list.yellow a:after {
    content : ">";
    text-align: right;
    float:right;
    line-height: 32px;

}
.image-bullet {
    display        : table;
    vertical-align : middle;
    margin-bottom  : 20px;
}
.image-bullet img {
    vertical-align : middle;
    margin-right   : 10px;
}
.image-bullet a {
    display        : inline-block !important;
    width          : 400px;
    vertical-align : middle;
}


.ball-list p,
.ball-list__bottom a {
    font-size : 12px;
}
.image-bullet a:before,
.image-bullet a:before,
a.no-bullet:before {
    content : "" !important;
}
