﻿body {
    background-color: #47b4d5;
    font-family: 'Times New Roman', Times, serif;
    font-size: 47px;
    color: white;
}

a, li {
    color: white;
    font-size:32px;
}

h1 {
    font-weight: bold;
    text-align: left;
    font-size: 89px;
    color: #df2727;
    line-height:89px;
}

.titolo {
    background-color:darkblue;
    color:white;
}


.content {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border: 20px double;
    
}


.jukebox {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border: 20px double;
    background-color: #eb3434; /*#682b2e;*/
    border-color: white;
    background-image: url('../images/juke_texture2.jpg');
    background-size: 29px;
    width: 100%;
    /* background-repeat: repeat-y;
    background-size: 100% 100%;*/
}

input {
    background-color: transparent;
    background-image: url('../images/button2.png');
    background-repeat:repeat;
    background-size: 100% 100%;
    color: #df2727;
    border: none;
    color: white;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 35px;
    border-radius: 8px;
}


input[type=checkbox] {
         position: relative;
	       cursor: pointer;
    }
    input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 50px;
         height: 50px;
         top: -20px;
         left: -40px;
         border: 2px solid #555555;
         border-radius: 3px;
         background-color: white;
         margin-left:37px;
}
    input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 25px;
         height: 42px;
         border: solid black;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: -24px;
         left:12px;
}


.info {
    font-size: 23px;
    line-height: 31px;
}

.codbarre {
    width:200px;
}

.valore {
    width:35px;
}

h2 {
    color: #212121;
    font-weight: bold;

}

h3 {
    color: #212121;
    font-weight: bold;
    font-size: 29px;
    margin-top: 5px;
    margin-bottom: 5px;
}

h4 {
    color: #282828;
    font-weight: bold;
    font-size: 54px;
    height: 15px;
    margin-bottom: 54px;
    margin-top: 4px;
}

h5 {
    color: #282828;
    line-height: 32px;
    font-size:25px;    
    font-weight:100;
}

th {
    font-weight:bold;
    color:darkblue;
    text-align:left;
    background-color:ghostwhite;
    font-size:20px;
}

table {
    width: 100%;
    background-color: #6c3626;
    text-align: left;
    line-height: 68px;
}

.content {
    margin: 0 auto;
    text-align: left;
    width: 1150px;
}

select {
  padding: 5px 5px;
  background: #ebf1f2;
  color: darkblue;
  border-style:solid;
  outline: none;
  display: inline-block;
  border-radius: 8px;
  font-size:18px;
}


@media only screen and (max-width: 1023px) {
    .content {
    margin: 0 auto;
    text-align: left;
    width: 90%;
    }

    body {
    font-size:19px;
    line-height:21px;
    }

    a, li {
        font-size:18px;
    }

    h1 {
        font-size: 26px;
        font-weight: bold;
        text-align: left;
        color: #df2727;
        line-height: 40px;
        margin-bottom: 4px;
        margin-top: 4px;
    }

    h4 {
        color: #282828;
        font-weight: bold;
        font-size: 14px;
        margin-bottom:4px;
        margin-top:4px;
    }

    h5 {
        color: #282828;
        line-height: 21px;
        font-weight: 100;
        font-size: 17px;
        margin-bottom: 4px;
        margin-top: 4px;
    }

    .jukebox {
        background-size: 39px;
    }

    .info {
        font-size: 15px;
        line-height:21px;
    }

    select {
      padding: 5px 5px;
      background: #ebf1f2;
      color: darkblue;
      border-style:solid;
      outline: none;
      display: inline-block;
      border-radius: 8px;
      font-size:30px;
    }

    table {
        line-height: 24px;/*16px*/
    }

    th {
    font-weight:bold;
    color:darkblue;
    text-align:left;
    background-color:ghostwhite;
    font-size:30px;
    }

    input {
    background-color: #df2727;
    border: none;
    padding: 12px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 8px;
    font-weight:bold;
    }


    .valore {
    width:50px;
    }
    .codbarre {
    width:300px;
    }

}