.mybutton a:hover .editable-button {
	-webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
    cursor: pointer;
}
.price-value {
    font-size: 45px;
    margin: 0;
    font-weight: 600;
	color: #0484c9;
}
.price-duration {
    display: block;
    font-weight: 600;
}
.pricing-box {
	position: relative;
}
.pricing-box.main {
	margin-top: -30px;
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

@media (min-width: 1200px) {
	.price-value {
		font-size: 60px;
	}
}