.pg-container {
    margin-left: 30px;
}

.pg-container h1 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.pg-container label {
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}

.pg-code {
    width: 450px;
    height: 150px;
    resize: none;
}

.pg-tutorial {
    font-size: 14px;
    color: #777777;
    border-bottom: solid 1px #DFDFDF;
    margin-bottom: 35px;
}

.pg-tutorial ol {
    list-style: none;
    padding-left: 1px;
    text-indent: 0;
    margin: 0;
}

.pg-tutorial span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #B1B1B1;
    color: #ffffff;
    margin-bottom: 5px;
}

.pg-button {
    height: 50px;
    color: #fff;
    background: #ff2551;
    border: none;
    border-bottom: 4px solid #801328;
    display: block;
    font-size: 22px;
    margin: 30px 0 80px;
    padding: 10px 30px;
    text-align: center;
    letter-spacing: 1px;
}

.pg-button:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-image: -o-linear-gradient(top, #ff6b72 0, #ff4662 100%);
    background-image: -moz-linear-gradient(top,#ff6b72 0,#ff4662 100%);
    background-image: -webkit-linear-gradient(top,#ff6b72 0,#ff4662 100%);
    background-image: -ms-linear-gradient(top,#ff6b72 0,#ff4662 100%);
    background-image: linear-gradient(to bottom,#ff6b72 0,#ff4662 100%);
}