﻿/* ABOUT PAGES */
#divAboutOutsiderapper {
    line-height: 30px;
    text-align: left;
    padding: 10px 10px 40px 10px;
    margin-bottom:5px;
    background-color: #469bc7;
    border-radius: 8px;
    color: white;
    font-size: 1.2em;
}

#divTopPart1 {
    width: auto;
    height: 180px;
    padding: 10px;
    padding-left: 20px;
    border: 0 #E2E2E2 solid;
    float: left;
}
    #divTopPart1 img {
        max-width: 100%;
        max-width: 200px;
        height: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        background-color: white;
        border-radius: 6px;
    }

#divTopPart2 {
    min-width: 250px;
    height: auto;
    padding: 10px;
    border: 0 #E2E2E2 solid;
    float: left;
    font-weight: 500;
    position:relative;
    top:80px;
    left:10px;
}


/*
.divLogoImageWhiteBackground2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 0 red solid;
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    color: black;
    text-align: center;
}
    */


#divLowerPart {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 10px;
    color: #333333;
    border-radius: 4px;
}
    #divLowerPart ul {
        width: 90%;
        margin-left: 75px;
        margin-top: 10px;
        padding: 10px;
        color: #333333;
        font-size: 1em;
        font-weight:400;
    }
    #divLowerPart a {
        color: #469bc7;
        font-size: 1.2em;
    }
        #divLowerPart a:hover {
            font-weight: bold;
        }
    #divLowerPart i {
        font-weight: bold;
        color:#469bc7;
        font-size:1em;
    }

#tableFeatures td:first-child {
    width:170px;
    font-weight: bold;
    color: #469bc7;
    font-size: 1em;
    text-align:center;
    vertical-align:middle;
}
