﻿/* CERTIFICATION PAGE STYLES */

.background {
    background-image: url(/content/certification_v1.jpg);
}

h1, h2 {
    padding: 1em 0 1em 0;
}

p {
    padding-bottom: 1em;
}

p.certification-breadcrumbs {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

p.certification-breadcrumbs a:hover {
    border-bottom: 1px solid #FFFFFF;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #FFFFFF;
    padding: 1em;
}

#section p a {
    text-decoration: underline;
}

#section td a {
    text-decoration: underline;
}

#cert-docs {
    margin-bottom: 1em;
}

.cert-docs-elem {
    border: 2px solid rgba(256, 256, 256, 0.85);
    margin-right: 1em;
    margin-bottom: 1em;
}

@media (min-width: 1024px) {

    #section {
        padding-right: 5%;
    }
}

@media screen and (max-width: 1023px) {

    #dates th:nth-of-type(2) {
        display: none;
    }

    #dates td:nth-of-type(2) {
        display: none;
    }

    #price th:nth-of-type(2) {
        display: none;
    }

    #price td:nth-of-type(2) {
        display: none;
    }
}
