    
html { background-color: #FFF ; }

body {
    background-color: white ;
    margin:0 ;
    padding:0 20px 0 20px ;
    border-width:0;
    font: normal 15px Arial , sans-serif ;
    color: #000 ;
    line-height: 140%;
    min-width:300px; max-width:1000px;
    text-align: justify;
    margin-left:auto;margin-right:auto;
}

div.CL {
    background-color:#0000 ;
    text-decoration : none ;
    color: #CCC ;
    cursor: pointer;
}
div.CL:hover {
    color:#FFF ;
}
div.CL.active {
    color:#FFF ;
}
p {
    color: #000 ;
}

u.link {cursor: pointer;}

div.head {
    display: none ;
    text-align:center ;
    margin:0px;
    margin-top:10px;
}

div {
    margin:0 ;
    padding:0;
}
div.topbox {
    background-color:#000E ;

    position:fixed;
    left:0px;
    top:0px;
    width:100% ;
    height:20px ;
    z-index:1 ;
    padding:12.5px;
    padding-left:20px;
    padding-right:20px;
}
div.logo {
    cursor: pointer;
    height:20px ;
    width:120px;
    background: url('res/rodotti.png');
    background-size:120px 20px ;
    background-repeat:no-repeat;
    background-position-x:0;
    background-position-y:center ;
}
div.logo:hover {
    background: url('res/rodottih.png');
    background-size:120px 20px ;
}

div.topmenu {
    display: block;
    position:fixed ;
    height:20px ;
    top:0;
    right:20px;
}

div.CT {
    padding:0px ;
    margin: 0px ;
    padding-top:50px ;
}

table.topbox {
    height:45px;
    border-collapse:collapse;
}

table.topbox td {
    padding-left:20px;
    vertical-align:middle ;
    text-align:right ;
    width:auto;
    
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.rightered {
  position: relative;
  top: 0;
  right: 0;
}

.dropmenu {
  display: none;
  position:fixed ;
  height:45px ;
  top:0;
  right:0px;
}

.dropmenubutton {
    background-color: #0000;
    color:#FFF;
    font-size:18px;
    vertical-align:middle ;
    text-align:right ;
    height:45px;
    border: none;
    cursor: pointer;
    position:fixed ;
    top:0;
    right:0px;
    margin:0;
    padding:0;
    padding-left:20px;
    padding-right:20px;
}

.menuitems {
    display: none;
    position: absolute;
    right: 0px;
    top:45px;
    background-color: #000;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.menuitems td {
    padding:5px;
    padding-right:20px;
    padding-left:10px;
    text-align:right ;
}

@media screen and (max-width: 650px) {
    div.topmenu {
        display: none;
    }
    div.dropmenu {
        display: block ;
    }
    div.head {
        display: block ;
        position:fixed ;
        left:40%;
        width:20%;
        top:0px;
        height:45px;
        text-align:center ;
        line-height:45px;
        color:#FFF;
        background-color:#0000;
        padding:0;
        margin:0;
        margin-left:auto ;
        margin-right:auto ;
        z-index:2;
    }
}




img.icon-square,img.icon-squircle,img.icon-circle {
    width  : 75px ;
    height : 75px ;
}

img.icon-square {
    border-radius: 0%;
}

img.icon-squircle {
    border-radius: 25%;
}

img.icon-circle {
    border-radius: 50%;
}

div.titled-icon {
    width   : 100px;
    padding : 0px;
    border  : 0px;
    margin  : 12.5px;

    text-align: center;

    display: inline-block;
    vertical-align: top;
}

div.titled-icon.active {
    font-weight: bold ;
}

p {
    margin:20px ;
    text-align:justify;
}

p.icon-title {
    padding   : 5px 0px 0px 0px ;
    border    : 0px ;
    margin    : 0px ;
    text-align:center;
    line-height: 125%;
}


div.songbox {
    width   : 130px;
    height  : 125px;
    padding : 0px;
    border  : 0px;
    margin  : 12.5px;
    margin-left  : 10px;
    margin-right : 10px;

    position: relative;
    display : inline-block ;
}

div.songbox.active {
    font-weight : bold ;
}

img.songbox-icon {
    position: absolute;
    top: 0px;
    left: 15px;
    width:100px;
    height:100px;

    border-radius: 10px;
}

div.songbox-text {
    position: absolute;
    top: 105px;
    width: 130px;
    left: 0px;
    text-align:center ;
    line-height: 125%;
}

img.songbox-ctrl {
    width:10%;
    vertical-align:0%;
    border:none;
    outline:none;
}

@media screen and (max-width: 700px) {
    div.titled-icon {
        width   : 80px;
        margin  : 10px;
    }
    
    .wideonly {
        display : none ;
    }
}
