/**
 * Extra large button extensions. Extends `.btn`.
 */
.btn-xlarge {
    line-height: normal;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 15px;
    }