body {
    font-size: 13px;
    line-height: 1.8em;
    padding-top: 110px;
}

h1, h2, h3, h4 {
    font-family: Arial;
    letter-spacing: 0.5px;
    font-weight: normal;
    color: black;
    line-height: 1.8em;
}

h1 { font-size: 24px; margin-top: 1.6em; margin-bottom: 0.6em }
h2 { font-size: 20px; margin-top: 1.4em; margin-bottom: 0.5em }
h3 { font-size: 16px; margin-top: 1.2em; margin-bottom: 0.4em; color: #126a7f }
h4 { font-size: 14px; margin-top: 0.8em; margin-bottom: 0.3em }

a {
  color: #f6830d;
}
a:hover {
  color: #f7941e;
}

li {
    margin: 0 0 6px 0;
}

.main li {
    margin: 6px 0 6px 0;
}

.main ul, .main ol {
    padding: 6px 0;
}

.contents {
    padding-bottom: 24px;
    background: #ffffff;
    border-bottom: #9fabc5 solid 1px;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.1);
}

.navbar {
    min-height: 50px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.165);
       -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.165);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.165);

    background: #b4ddb4;
}

.navbar-inner {
    min-height: 50px;
    border-bottom: white solid 1px;

background: #469daf;
background: -moz-linear-gradient(top,  #469daf 29%, #126a7f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#469daf), color-stop(100%,#126a7f));
background: -webkit-linear-gradient(top,  #469daf 29%,#126a7f 100%);
background: -o-linear-gradient(top,  #469daf 29%,#126a7f 100%);
background: -ms-linear-gradient(top,  #469daf 29%,#126a7f 100%);
background: linear-gradient(to bottom,  #469daf 29%,#126a7f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469daf', endColorstr='#126a7f',GradientType=0 );
}

.nav-collapse {
    background: #88bfcf;
    //348c9f;

    -webkit-border-radius: 6px 6px 6px 6px;
       -moz-border-radius: 6px 6px 6px 6px;
            border-radius: 6px 6px 6px 6px;
}

.brand {
    margin-top: 3px;
    font-weight: bold !important;
    letter-spacing: 1px;
}

.brand .workinggroup {
    color: #000000;
    text-shadow: none;
}

.brand .url {
    color: #ffffff;
    text-shadow: none;
}

.navbar .nav > li > a {
    font-size: 14px;
    letter-spacing: 0.4px;
    vertical-align: bottom;
    float: none;
    padding: 10px 15px 10px;
    color: #ffffff !important;
    text-decoration: none;
    text-shadow: none;
}

.navbar .nav > li > a:hover {
    color: #ffffff !important;
    background: #348c9f !important;
}

.navbar .nav > li.active > a {
    color: #ffffff;
    background: #348c9f;
}

.navbar .nav > li.active > a:hover {
    color: #ffffff;
    background: #348c9f;
}

.navbar {
    margin: 0;
}
.navbar .nav.pull-right {
    margin-top: 6px;
}
.navbar-inner, .hero {
    border-radius: 0;
}
.navbar .btn-navbar {
    margin-top: 9px;
}

.outline .well {
    font-size: 14px;
    text-align: justify;
}

.outline .well h2 {
    font-size: 18px;
}

.nav-fixed {
    //position: fixed;
    //width: 19%;
    margin-top: 0px;
    background-color: white;
}

@media (max-width: 767px) {
    .nav-fixed {
        width: auto;
    }
}

@media (max-width: 979px) {
    .nav-fixed {
        position:static;
        width: auto;
    }
}

.footer {
    padding: 12px 0;
    font-size: smaller;
}

.scrolltop {
    position: fixed;
    bottom: 0;
    right: 6px;
    display: none;
    text-decoration: none;
    -webkit-border-radius: 20% 20% 0 0;
       -moz-border-radius: 20% 20% 0 0;
            border-radius: 20% 20% 0 0;
    padding: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: rgba(159, 171, 197, 0.2);
}
.scrolltop:hover {
    text-decoration: none;
}

@media (max-width: 979px) {
    .scrolltop {
        top: 0;
        right: 6px;
        -webkit-border-radius: 0 0 20% 20%;
           -moz-border-radius: 0 0 20% 20%;
                border-radius: 0 0 20% 20%;
    }
}

.main h2:first-child {
    margin-top: 0px;
}

.red {
    color: red;
}

.underline {
    text-decoration: underline;
}
