/**
 * Copyright 2018 BCD Technology
 *
 *  Licensed under the BCD Technology Cloud License, Version 1.0 
 *  (herein after "License"); you may not use this file except in 
 *  compliance with the License. A copy of the License is located at:
 *
 *     https://docs.bcd.cloud/licenses/LICENSE-1.0.txt
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 *  implied. See the License for the specific language governing 
 *  permissions and limitations under the License.
 */
 
 ol {
    margin:15px 45px;
    padding:0;
    font-size: 0.9em
}

 .policy {
    margin: 0 25px;
    padding: 20px 15px;
    border: 1px solid black;
}

.policy section {
    margin: 5px 20px;
    padding: 10px;
    border: none;
}

.policy-title {
    text-align: center;
}

.policy-name {
    font-weight: bolder;
    font-size: 1.8em;
}

.policy-information {
    font-size: 1.2em;
    margin: 10px 0;
}

.policy-information p {
    padding: 5px;
    margin: 5px;
}

.policy-information label, .policy-information span {
    display :inline-block;
    width: 45%;
}

.policy-information label {
    font-weight: bold;
    text-align: right;
}

.policy-information span {
    text-align: left;
}

.policy-body  {
    padding-top:0;
}

.policy-body a {
    display:inline;
    margin:0;
}

.policy-body label {
    display:block;
    font-weight: bold;
    font-size: 1.1em;
    margin:5px 0;
}

.policy-body label.policy-body-title {
    display:block;
    text-align: center;
    font-size: 1.3em;
    text-decoration: underline;
}

.policy-body p  {
    margin:15px 25px;
    font-size: 0.9em;
}

.policy-body div label {
    font-size: 1.0em;
}

.policy-body div  {
    margin:15px 25px;
}


.policy-body ul {
    margin: 10px 0;
}

.policy-body li {
    padding: 5px 10px;
}


