﻿body {
    margin: 20px;
}
h1 {
    text-align: center;
}
h3 {
    text-align: center;
}
h6 {
    text-align: center;
    margin-bottom: 40px;
}
h4 {
    margin-bottom: 20px;
}
h5 {
    margin-bottom: 20px;
}
ul li {
    list-style: disc;
}
ul {
    margin-left: 40px;
}

        #btnEnroll {
            line-height:16px;
            height: 32px;
            border-radius: 4px;
            display: inline-block;
        }
        #btnSubmit {
            line-height:30px;
            height: 32px;
            border-radius: 4px;
            margin-left: 50px;
            margin-top: 20px;
        }
        #enrollForm {
            border:solid 1px #808080;
            border-radius: 4px;
            width: 280px;
            height: 390px;
            background-color: #ffffff;
            z-index: 1000;
            position: absolute;
            right: 10px;
            top: 70px;
            display: none;
            -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.49);
            -moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.49);
            box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.49);
        }
        .close {
            position: absolute;
            top:5px;
            right: 5px;
        }

        label {
            font-size: 10px;
        }
        @media print {
            #share {display: none;}
            #btnEnroll {display: none;}
            #enrollForm {display: none;}
            #contact {display: block;}
            .wrap {
                margin: 0 auto;
                width: 980px;
                box-shadow: 0 0 0 0 rgba(0,0,0,.07);
                background-color: #fff;
            }
        }
        @media screen {
            #share {display: block;}
            #btnEnroll {display: inline-block;}
            #contact {display: none;}
        }
