#placeholder {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 0 15px;
    margin-top: 0px;
    box-sizing: border-box;
    max-width: 960px;
}

.placeholder__container {
    padding: 10px 0 10px;
    border: 1px solid #F0F1F5;
    height: 300px;
    width: 100%;
    display: inline-block
}

.placeholder__plan--pricing {
    display: block;
    max-width: 250px;
    width: 70%;
    margin: 0 auto;
    height: 90px;
    border-radius: 4px;
    margin-bottom: 22px;
}

.placeholder__p {
    display: block;
    width: 95%;
    margin: 17px auto 18px;
    height: 17px;
    border-radius: 4px;
}

.placeholder__plan--usually {
    display: block;
    width: 75%;
    margin: 2px auto;
    height: 24px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.placeholder__plan--small {
    display: block;
    width: 60%;
    margin: 10px auto;
    height: 10px;
    border-radius: 4px;
}

.placeholder__plan--empty {
    display: block;
    background-color: transparent;
    width: 60%;
    margin: 10px auto;
    height: 5px;
    border-radius: 4px;
}

.placeholder__clearfix {
    content: "";
    clear: both;
    display: table;
}

.placeholder__plan--pricing,
.placeholder__p, .placeholder__dock,
.placeholder__plan--usually,
.placeholder__plan--small {
    background-color: #F0F1F5;
    background-image: linear-gradient(to right,
    rgba(245, 245, 245, 0.16) 33%,
    rgba(255, 255, 255, 1) 50%,
    rgba(240, 241, 245, 1) 66%);
    background-size: 300% 100%;
    animation: loadingindicator 2s infinite;
}

.placeholder__plan--data {
    border: 1px solid #F0F1F5;
    border-right: 0 none;
    border-left: 0 none;
    border-radius: 0;
}

.placeholder__dock {
    height: 109px;
    border-top: 3px solid #eee;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0 !important;
    margin-bottom: 0;
    padding: 0;
}
@media only screen and (min-width: 600px) {
	.placeholder__dock {
        height: 70px;
    }
}

@keyframes loadingindicator {
    0% {
        background-position: right;
    }
}

product-configurator .main {
    padding-bottom: 34px;
}

.feature__contract {
    height: 40px;
    width: 25px;
    margin-top: -14px;
    user-select: none;
    pointer-events: none;
}

.feature-title {
    min-height: 50px;
}