﻿body {
    font-size: 16px;
    color: #444444;
    line-height: 1.2;
}

h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 17px;
}

p {
    line-height: 1.2;
    margin-bottom: 20px;
}

ul {
    margin-bottom: 20px;
    padding-left: 0px;
    list-style-type: none;
}

h3 {
    font-size: 20px;
    color: #444444;
    line-height: 1.2;
}

#instructions-container {
    text-align: center;
}

    #instructions-container h3 {
        margin-top: 32px;
        margin-bottom: 16px;
    }

        #instructions-container h3:first-of-type {
            margin-top: 28px;
        }

    #instructions-container img {
        width: 100%;
    }

        #instructions-container img.img-responsive {
            border: none;
        }

        #instructions-container a:last-of-type img {
            margin-bottom: 48px;
        }

    #instructions-container a {
        padding: 0;
    }

