.linkbutton {
    position:               relative;
    background:             #4f93ce;
    border:                 1px solid #4f93ce;
    font-size:              1.1rem;
    color:                  white;
    margin:                 0.5rem 0;
    padding:                0.75rem 2rem;
    cursor:                 pointer;
    -webkit-transition:     background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition:             background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow:               hidden;
    box-shadow:             0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width:                  140px;
    display:                inline-block;
    box-sizing:             border-box;
    white-space:            nowrap;
}