.pane {
    background: #1268b0;
    border-radius: 6px;
    padding: 1em;
    font-size: 1.4em;
    color: white;
    position: relative;
}

.pane .cont-button {
    float: right;
    width: 20%;
    position: relative;
    height: 100%;
}

.pane .cont-button a {
    /*bottom: 0;*/
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 1.6em;
    width: 80%;
    font-weight: bold;
    color: #1268b0;
    border-radius: 2px;
}
.pane .cont-button a,
.pane .cont-button a:hover,
.pane .cont-button a:active,
.pane .cont-button a:visited {
    color: #1268b0;
    text-decoration: none;
}