.floatleft {float: left;}
			
.floatright {float: right;}

div.container4 {
    height: 7em;
    margin: auto;
    width: 50em;;
    word-wrap: normal;
    margin-bottom: 20px;
    align-items: center;
}
div.container4 p {
    text-align: center;
    /*margin: 0;
    background: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)*/
}
div.container4 h1 {
    text-align: center;
    /*position: absolute;
    top: 10%;
    left: 25%;
    margin-right: 10%;
    transform: translate(110%, 50%)*/
}
div.container4 h4 {
    text-align: center;
    text-decoration: underline;
    /*position: absolute;
    top: 10%;
    left: 25%;
    margin-right: 10%;
    transform: translate(110%, 50%)*/
}
div.container4 table tr td {
    /*position: absolute;
    top: 10%;
    left: 25%;
    margin-right: 10%;
    transform: translate(110%, 50%)*/
}
div.container4 img {
    display: block;
    margin: auto;
    width: 60%;
    /*margin: 0;
    position: absolute;
    top: 10%;
    left: 25%;
    margin-right: 10%;
    /*transform: translate(0%, 0%)*/
}
div.container4 a {
    font-size: 16pt;
}

div.container5 {
    height: auto;
    width: auto;
    align-items: left;
    float: left;
}

div.container5 a {
    font-size: 16pt;
}

div.container5 img {
    width: 15%;
    height: 15%;
}

div.container6 {
    height: auto;
    width: auto;
    align-items: center;
    float: right;
}

div.container6 a {
    font-size: 16pt;
}

div.container6 img {
    width: 70%;
    height: auto;
}

div.container7 {
    height: 7em;
    margin: auto;
    width: 40em;;
    word-wrap: normal;
    margin-bottom: 20px;
    align-items: left;
}

div.container7 form fieldset{
   border-top: 1px solid black;
   border-bottom: none;
   border-left: none;
   border-right: none;
}

div.container7 form fieldset label{
    font-weight: bold;
}

body.bg {
    background-image: url(../pics/mst3k10-2%20BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    background-image: linear-gradient();
}


div.box form fieldset legend
{
    font-weight: bold;
}

div.box form fieldset
{
    border: none;
    /*text-align: left;
    padding-left: 30%;*/
}

div.box h1
{
    text-align: left;
    text-decoration: underline;
    margin-top: 20px;
    padding-top: 15px;
    padding-left: 20%;
}

div.box {
  
   line-height: 1;
   max-width: 800px;
   background: white;
   margin: 0 auto;
   font-family: Arial, Helvetica, sans-serif; 
   -webkit-box-shadow: 10px 0px 10px rgba(50, 50, 50, 1),
                       0px 10px 10px rgba(50, 50, 50, 1),
                       -10px 0px 10px rgba(50, 50, 50, 1);
   -moz-box-shadow:    10px 0px 10px rgba(50, 50, 50, 1),
                       0px 10px 10px rgba(50, 50, 50, 1),
                       -10px 0px 10px rgba(50, 50, 50, 1);
   box-shadow:         10px 0px 10px rgba(50, 50, 50, 1),
                       0px 10px 10px rgba(50, 50, 50, 1),
                       -10px 0px 10px rgba(50, 50, 50, 1);
}

@media only screen and (max-width: 1024px) {
    body.bg { margin: 0; background-image: none; }
    div.container6 img {width: 50%; height 50%;}
    div.container5 {float: none; width: 3em;}
    div.container6 {float: none; width: 3em;}
}

@media only screen and (max-width: 1280px) {
    body.bg { margin: 0; background-image: none; }
    div.container6 img {width: 60%; height 60%;}
    div.container5 {float: none; width: auto;}
    div.container6 {float: none; width: auto;}
}