﻿h1 {
    color: #0f7bc0 !important;
}

h2 {
    color: #0f7bc0 !important;
    margin: 40px 4px 4px 4px !important;
   }
h3 {
    color: #0f7bc0 !important;
    margin-top: 2px !important;
}

p,b {
    font-size: 18px !important;
}

em{
    color:darkgrey;
    line-height:20px;        
}
.fa{color:#0f7bc0;}

.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;
}


.panel-wrapperx {
    position: relative !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}


.showx, .hidex {
    position: absolute;
    bottom: -2em;
    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: 2em auto;
    width: 100%;
    max-height: 60px;
    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) 70%);
    height:45px;
    margin-top: -38px;
    position: relative;   
    margin-bottom:15px;
}
