.wpsc-getting-started h1 {
    font-size: 2.8em;
    line-height: 1.2;
}

.wpsc-getting-started .wpsc-desc {
    margin: 1em 0;
    color: #555d66;
    font-size: 19px;
    line-height: 1.6;
}

.wpsc-getting-started .wpsc-container {
    overflow: hidden;
}

.wpsc-getting-started .wpsc-sidebar {
    width: 32%;
    float: right;
    margin: 1em 0;
    padding: 0;
}

.wpsc-getting-started .wpsc-widget {
    color: #555d66;
    padding: 30px 40px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.wpsc-getting-started .wpsc-widget h2 {
    font-size: 2.4em;
    line-height: 1.6;
    text-align: center;
}

.wpsc-getting-started .wpsc-widget p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
}

.wpsc-getting-started .wpsc-widget .wpsc-button {
    background: #e27730;
    border: none;
    border-radius: 3px;
    color: #fff;
    line-height: 1;
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.wpsc-getting-started .wpsc-widget .wpsc-link {
    display: block;
    padding: 10px 0 0;
}

.wpsc-getting-started .wpsc-content {
    width: 65%;
    float: left;
    margin: 1em 0;
    color: #555d66;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
}

.wpsc-getting-started .wpsc-content-inner {
    padding: 30px 40px;
}

.wpsc-getting-started .wpsc-content h2 {
    font-size: 2.4em;
    line-height: 1.6;
}

.wpsc-getting-started .wpsc-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.wpsc-getting-started .wpsc-content p img {
    border: 1px solid #ccc;
}

.wpsc-getting-started .wpsc-content p img.full-width {
    width: 100%;
}

.wpsc-getting-started .wpsc-content ul {
    
}

.wpsc-getting-started .wpsc-content li {
    list-style: disc;
    margin-left: 30px;
    font-size: 16px;
    line-height: 1.6;
}