/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

#right{
        width:75%; 
        margin:auto; 
        display:inline-block;
        box-sizing:border-box;
        background-color:#99ebff;
        border-radius: 20px 20px 20px 20px;
        font-size:0.9rem;
        vertical-align:top;
        padding-left:2.5%;
        padding-right:2.5%;
        padding-top:3px;
        padding-bottom:3px;
        text-align:center;
}
h4 > span {margin-left: 3%;}
table {width: 60%; 
      text-align: left; 
      margin-left: auto; 
      margin-right: auto;
      border:double;}
table tr td:first-child {text-align: right; font-weight: bold; width: 30%; }
table tr td:last-child {width: 70%; }
table input {width:90%; }
#sendbtn {margin:auto; margin-top:1%;margin-bottom:1%; width:20%;}
#sendbtn button {font-size:1rem; }
#summermsg {font-size:90%; }

@media (min-width:481px) and (max-width:1000px) {
       #right {width:98%; }
       table {width: 80%}
       #sendbtn {width:50%;}
}
@media (max-width:480px) {
       #right {width:98%; }
       table {width:98% }
       #sendbtn {font-size:1rem; width:80%;}
}
