#controls  {
    padding: 2px;
    width: 100px;
    background: white;
    position: absolute;
    top: 27%;
    left: 0;
    text-align: center;
    transition: .5s ease-out;
    /*-webkit-animation-delay: 2s;*/
    /*text-shadow: 0 -1px 0 rgba(0,0,0,0.3);*/
    /*box-shadow: inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 20px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.4);*/
    /*background: -webkit-linear-gradient(top,#CC2A24, #CC3A24);*/
    display: inline-block;

}
/*#controls:before {*/
    /*left:0;*/

    /*border-width: 1.5em 0 0 1.8em;*/
/*}*/
/*#controls:before, #controls:after {*/
    /*top:100%;*/
    /*content:"";*/
    /*bottom:-.5em;*/
    /*position:absolute;*/
    /*display:block;*/
    /*border-style:solid;*/
    /*border-color: #7D1916 transparent transparent transparent;*/

/*}*/
#controls a
{  font-size:24px;
    color:black;
    display:inline-block;
    font-weight:bold;
    padding: 5px;}

#controls a:hover
{  color:#fff;
    background: #595959;
    transition:.25s ease-out;}

a.selected  {  background: #595959;
    color:#fff !important;}

#small     {  font-size:10px !important;}
#medium    {  font-size:14px !important;}
#large     {  font-size:18px  !important;}

.small     {  font-size:75%;}