button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align:left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

.panel.show {
    opacity: 1;
    max-height: 500px;  
}

button.accordion:after {
content: '\02795'; /* Unicode character for "plus" sign (+) */
font-size: 13px;
color: #777;
float: right;
margin-left: 5px;
}

button.accordion.active:after {
content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.sc-top {
    position: fixed;
    top: 0;
    left: 0;
 height: 70px;
 width: 100%;
 background-color: yellow;
}

.sc-LightYellow {
 background-color: LightYellow;
}

table, td {
    border: 1px solid #444;
    border-collapse: collapse;
}

td {
    width: 70px;
    text-align:justify;
    font-family:monospace;
    color: #444;
    border-right-style: solid;
    border-left-style: solid;
    border-top-style: none;
    border-bottom-style: none;
}

.yellow {
 background-color: yellow;
}

.sc-left {
    position: fixed;
    top: 70px;
    left: 0;
    width: 220px;
}

.sc-right {
    position: fixed;
    top: 70px;
    left: 0;
    width: 220px;
}

img.sc-img {
 max-width: 70%;
 height: auto;
}

img.sc-img-overview {
 max-width: 40%;
 height: auto;
}

p.sc-p {
font-style: italic;
font-size: 0.8em;
color: #444;
}

abbr {
     style="color:orange";
}

.fa-facebook-square,.fa-twitter-square,.fa-google-plus-square {padding:0 8px;}
.fa-facebook-square:hover, .fa-thumbs-o-up:hover {color:#3B5998;}
.fa-twitter-square:hover {color:#55acee;}
.fa-google-plus-square:hover {color:#dd4b39;}

.fa {
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
transform:translate(0, 0);
}
.fa-2x {
 font-size:2em;
}
.fa-home:before {content:'\e800';}
.fa-globe:before {content:'\e801';}
.fa-search:before {content:'\e802'; }
.fa-thumbs-o-up:before {content:'\e803';}
.fa-left-open:before {content:'\e804';}
.fa-right-open:before {content:'\e805';}
.fa-facebook-square:before {content:'\e806';}
.fa-google-plus-square:before {content:'\e807';}
.fa-twitter-square:before {content:'\e808';}
.fa-caret-down:before {content:'\e809';}
.fa-caret-up:before {content:'\e80a';}
span.marked, span.deprecated {
 color:#e80000;
 background-color:transparent;
}

#skyscraper {
 min-height:215px;
}

@media (max-width:992px) {
#skyscraper {
 min-height:10px;
}
}
