﻿.index
{
    margin-top:10px;
}

.panadnav {
    background: white;
    height: 15px;
    width: 960px;
    color: black;
    position: relative;
    top: 0;
    z-index: 105;
}

.panadfa {
    z-index: 100;
}

#top-panel {
    position: relative;
    width: 980px;
    z-index: 105;
    margin-left: auto;
    margin-right: auto;
}

#expandable-panel {
    width: 100%;
    height: 500px;
    color: black;
    background: white;
    overflow: hidden;
    position: relative;
    z-index: 3;
    display: none;
}

.orgbtn, .orgbtn a, .orgbtn a:link, .orgbtn a:hover {
    color: white;
    padding: 3px 5px 3px 5px;
    border: gray 1px solid;
    background-color: green;
    text-decoration: none !important;
}

.orgbtn:hover {
    background-color: darkgreen;
}