body {
    padding: 0;
    margin: 0;
    border: 0;
    overflow-x: none;
    background-color: #ffffff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
}

.button_base {
    margin: 0;
    border: 0;
    font-size: 18px;
    position: relative;
    top: 00%;
    left: 0%;
    margin-top: 0px;
    margin-left: 0px;
    width: 150px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 10px;
}

.button_base:hover {
    cursor: pointer;
}
#hivemillButton {
    width: 300px;
    height: 60px;
    background-color: white;
    margin: auto;
}

/* ### ### ### 03 */
.b03_skewed_slide_in {
    overflow: hidden;
    border: #000000 solid 1px;
    margin-top: 10px;
}

.b03_skewed_slide_in div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
}

.b03_skewed_slide_in div:nth-child(1) {
    color: #000000;
    background-color: #ffffff;
}



@media screen and (min-width: 1919px) {
	.button_base {
		width: 250px;
		height: 83px;
		background-color: white;
    }
    #hivemillButton {
        width: 500px;
        height: 100px;
    }
}




