﻿
.panel-wrapperx {
    position: relative !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.showx, .hidex {
    position: absolute;
    bottom: -1em;
    z-index: 100;
    text-align: center;
}

.hidex {
    display: none;
}

.showx:target {
    display: none;
}

    .showx:target ~ .hidex {
        display: block;
    }

    .showx:target ~ .panel {
        max-height: 2000px;
    }

    .showx:target ~ .fadex {
        background: none;
    }


.panel {
    position: relative !important;
    margin: 0em auto;
    width: 100%;
    max-height: 90px;
    overflow: hidden;
    transition: max-height .5s ease;
    margin-bottom: 2px !important;
    text-align: justify;
}

.fadex {
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,255) 90%);
    height: 100px;
    margin-top: -65px;
    position: relative;
}

h1 {
    color: #0f7bc0 !important;
}

h2 {
    color: #0f7bc0 !important;
    margin: 30px 4px 0px 4px !important;
    margin-top:30px!important;
    font-size: 25px !important;
}

h3 {
    color: #0f7bc0 !important;
    margin-top: 2px !important;
}

h4 {
    font-size:16px!important;}
p {
    font-size: 16px !important;
  
}

em {
    color: darkgrey;
    line-height: 20px;
}


}
.btn-default {
    -webkit-box-shadow: 2px 4px 6px -6px #222;
    -moz-box-shadow: 2px 4px 6px -6px #222;
    box-shadow: 2px 4px 6px -6px #222;
    padding: 2px 7px 2px 7px;
    border-radius: 4px 4px 4px 4px;
    color: #0f7bc0 !important;
}