.container {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.list {
    padding:10px 0;
}
.list > div {
    min-height: 30px;
}
.list:nth-child(odd){
    background: #F9F9F9;
}
.list p {
    font-size: 15px;
    margin:0;
    padding:7px 0;
}
.checked{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #A4BE2D;
    text-align: center;
    color: white;
    font-size: 14px;
    padding-top: 6px;
    float: right;
}
.categories{
    margin-bottom:0px;
    border-bottom:1px solid #666666;
}
.categories p {
    margin:0;
    padding:10px 0;
    font-weight: bold;
}
.title h3{
    font-size: 25px;
    margin:0;
    color:#666666;
}
.title span{
    color:#EE4459;
    font-size: 25px;
    font-weight: 600;
    margin-left:5px;
}
.title h5{
    font-size: 15px;
    margin-top:10px;
    margin-bottom:20px;
}
.name{
    position: relative;
    font-size: 14px;
}
.name p:after{
    /* content:'\2303'; */
    position: absolute;
    top:13px;
    left:63px;
    color: #EE4459;
    font-size: 20px;
}
.team{
    position: relative;
    font-size: 14px;
    
}
.team p:after{
    /* content:'\2304'; */
    position: absolute;
    top:1px;
    left:71px;
    font-size: 20px;
    color: #BBB8B8;
}