
.cammenu {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   width: 920px;
}

.mainblock {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   width: 700px;
   margin: 10px auto 0px;
}

.maininputblock {
   margin: 5px;
   border-radius: 3px;
}

.imgblock {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   width: 450px;
   margin: 10px auto 0px;
}

.inputblock {
   width: 450px;
   margin: 5px;
   border-radius: 3px;
}

.timetitle {
   color: white;
   font-weight: bold;
}

@media only screen and (max-device-width : 480px) {
   body {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
   }
   
   .cammenu {
      width: 100%;
   }
   
   .mainblock {
      width: 100%;
   }
   
   .maininputblock {
      margin: none;
      width: 100%;
   }
   
   .imgblock {
      width: 100%;
   }
   
   .inputblock {
      margin: none;
      width: 100%;
   }
}
