ul > li {
    list-style-type: circle;
}

    ul > li.selected {
        list-style-type: disc;
    }

button {
    background-color: #00b679;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
}

    button:hover {
        background-color: #00c679;
    }

/* REVIEWS */

.reviewcontainer {
    margin: auto;
    padding: 30px;
    max-width: 750px;
}

.candidate {
    font-style: italic;
}

.placement {
    font-weight: 600;
}

.clickable {
    cursor: pointer;
}

.note {
    display: block;
    margin-bottom: 20px;
    text-align: right;
    font-style: italic;
    font-size: smaller;
}

.commentblock-center {
    margin: auto;
    width: 415px;
}

.commentblock {
    width: 415px;
}

.comment-left {
    /*margin-left: 40px;*/
}

.comment-center {
    margin-left: auto;
    margin-right: auto;
}

.rate {
    border: 5px solid white;
    margin: -5px;
    height: 40px;
    width: 40px;
    display: inline-block;
}

.rate0 {
    background: url(../images/0starTP_40px.jpg);
}

.rate1 {
    background: url(../images/1starTP_40px.jpg);
}

.rate2 {
    background: url(../images/2starTP_40px.jpg);
}

.rate3 {
    background: url(../images/3starTP_40px.jpg);
}

.rate4 {
    background: url(../images/4starTP_40px.jpg);
}

.rate5 {
    background: url(../images/5starTP_40px.jpg);
}

.ratings {
    margin-bottom: 20px;
    /*padding: 5px;
    margin: 0;*/
}