@media only screen and (min-width: 900px) {

    .postContainer {
        border: 1px solid lightgray;
        box-shadow: 0px 3px 10px #888888;
        background: white;
        padding: 0px 30px 50px 30px;
        width: 50%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    }
    
    h2 {
        display: inline-block;
    
        margin-top: 0px;
    }
    
    .postTitle h2 {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    
    #footer {
        text-align: center;
    }
    
    .submitResumeTop {
        margin-top: 55px;
        float: right;
        color: white;
        border: 1px solid lightgray;
        box-shadow: 0px 3px 10px #888888;
        padding: 20px;
        font-weight: bold;
        background-color:#00508e;
        display: block;
    }
    
    .submitResumeBottom {
        text-align: center;
        display: inline-block;
        margin: auto;
        color: white;
        border: 1px solid lightgray;
        box-shadow: 0px 3px 10px #888888;
        padding: 20px;
        font-weight: bold;
        background-color:#00508e;
    }
    .entry-content .seePosting a  {
        border: none;
        color: white;
    }
    
    #cliniciansForm, #gradsForm, #corporateForm, #patientForm, #associateForm, #coordinatorForm
    {
        display: none;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 1px solid lightgray;
        box-shadow: 0px 3px 10px #888888;
        margin: auto;
    }
    
    #cliniciansForm #contactInfoForm #contactTable,
    #gradsForm #contactInfoForm #contactTable,
    #corporateForm #contactInfoForm #contactTable,
    #patientForm #contactInfoForm #contactTable,
    #associateForm #contactInfoForm #contactTable,
    #coordinatorForm #contactInfoForm #contactTable    
    {
        margin: auto;
    }
    
    #cliniciansForm #documentsTable,
    #gradsForm #documentsTable,
    #patientForm #documentsTable,
    #corporateForm #documentsTable,
    #associateForm #documentsTable,
    #coordinatorForm #documentsTable 
    {
        width: 700px;
        margin: auto;
    }
    
    #cliniciansForm #submitApplication,
    #gradsForm #submitApplication,
    #patientForm #submitApplication,
    #corporateForm #submitApplication,
    #associateForm #submitApplication,
    #coordinatorForm #submitApplication
     {
        width: 700px;
        margin: auto;
    }
    
    @media only screen and (max-width: 700px) {
        .postContainer {
            border: 1px solid lightgray;
            box-shadow: 0px 3px 10px #888888;
            background: white;
            padding: 0px 30px 50px 30px;
            width: 95%;
            margin: auto;
            margin-top: 20px;
            margin-bottom: 20px;
        }
      }
    
    @media only screen and (min-width: 700px)
    {
        .postContainer {
        border: 1px solid lightgray;
        box-shadow: 0px 3px 10px #888888;
        background: white;
        padding: 0px 30px 50px 30px;
        width: 75%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    }
    
    
    