/*-------------------------------------------------*/
/*----------Expandable Section Blueprint-----------*/
/*-------------------------------------------------*/
.ExtendableSection{
    overflow: hidden;
    text-align: center;
    border-style: solid;
    border-radius: 5px;
    border-width: 0;
    background-color: #9E9E9E;
    transition: width 1s, height 1s;
    -webkit-transition: width 1s, height 1s;
    -moz-transition: width 1s, height 1s;
    -o-transition: width 1s, height 1s;
    -ms-transition: width 1s, height 1s;
}
.ExtendableSection a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    margin: 0 0 0 0;
    padding: 0;
}
.ExtendableSection a:hover{
    background-color: #000000;
    color: #ffffff !important;
}
.ExtendableSection a:nth-of-type(1){
    background-color: #000000;
    border-style: solid;
    border-radius: 5px;
    border-width: 0 2px 2px 2px;
    border-color: #4D4D4D;
}
.ExtendableSection a:nth-of-type(1):hover{
    border-color: #ffffff;
}