﻿#notice h1 {
    font-size: 18.5px;
    line-height: 18px;
}

#notice h2 {
    font-size: 16px;
    line-height: 18px;
}

#notice h3 {
    font-size: 14px;
    line-height: 18px;
}

body {
}

.eps-section {
}

.eps-section-head {
    font-weight: bold;
    text-decoration: underline;
}

.eps-section-body {
    padding-left: 40px;
}

.eps-sub-section-head {
    padding-bottom: 5px;
    padding-top: 5px;
}

    .eps-sub-section-head .index {
        float: left;
        min-width: 40px;
        text-align: right;
        padding-right: 10px;
    }

    .eps-sub-section-head .body {
        min-width: 200px;
        line-height: 1.17;
    }

        .eps-sub-section-head .body h3 {
            margin: 0;
        }

.eps-sub-section-body {
    clear: both;
    padding-left: 50px;
}


.eps-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.eps-text {
}

.eps-text-section {
    margin-bottom: 5px;
}

    .eps-text .eps-text-attribute {
        font-weight: bold;
    }

.eps-cpv-list {
    margin: 0;
    padding: 0;
    color: #f00;
}

    .eps-cpv-list li {
        display: inline;
    }

        .eps-cpv-list li.separator {
            color:#000;
        }

.eps-address {
}

@media print
{
    .span4 > .container-default {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    .ctm-main-navbar {
        display: none;
    }

    #btnPrint {
        display: none;
    }

    #ctm-footer {
        display: none;
    }


    .ctm-header-pane {
        display: none;
    }

    .header {
        display: none;
    }

    .container-default .content {
        border: none;
    }

    .ctm-main-container {
        border: none;
    }

    .action-bar {
        display: none;
    }

    .alert{
        display: none;
    }

}

.eps-display-inline {
    display: inline;
}

.eps-lineheight {
    line-height: 20px;
}

.eps-section-head-without-underline .eps-section-head {
    text-decoration: none;
}
.eps-sub-section-index-bold .eps-sub-section-head .index {
    font-weight: bold;
}

.eps-table-Verticalalignment {
    vertical-align: top;
}

.eps-table-column-right-padding {
    padding-right: 0px;
}

.eps-table-column-left-padding {
    padding-left: 0px;
}

.eps-table-center-headers thead th,
.eps-table-center-headers thead td {
    text-align: center;
    vertical-align: middle;
}

.eps-sub-section-without-padding .eps-sub-section-body {
    padding-left: 17px;
}

.eps-sub-section-head-without-padding .eps-sub-section-head .index {
    min-width: 0px;
    padding-right: 5px;
    font-weight: bold;
}


.eps-table-header-border {
    border: 1px solid #cccccc !important;
    padding: 0px !important;
}

.eps-table-header-border-right {
    border-right: 1px solid #cccccc !important;
    padding: 0px !important;
}

.eps-table-header-border-left {
    border-left: 1px solid #cccccc !important;
    padding: 0px !important;
}