.vimeoviewhistbutton {
    width:100px;
    font-size:12px;
    color:#333333;
    text-align:center;
    display:block;
    padding:10px 0 10px;
    background:#FF8D32;
    border-radius: 20px;
    cursor: pointer;
    border: none;
}

#movieViewHistArea {
    overflow: scroll;
}