.follow_button {
    float: right;
    height: 28px;
    background: #ec7407;
    color: #FCFAF8;
    font-size: 12px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 20px;
}