body {
   font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 13px;
   max-width: 1500px;
   margin-left: auto;
   margin-right: auto;
   background: #AAAAAA;
}

#page-box {
	 position:fixed;
	 bottom:0;
	 right:0;
	 width:175px;
	 padding: 20px; 
	 background: #333;
	 color: white;
	 text-align: center;
	 font-weight: bold;
     animation: 1.5s gototop;
     animation-delay: 0s;
     animation-iteration-count: 10;
}

/* The animation code */
@keyframes gototop {
  from {
	  background: #999;
   }
  25% {
	  background: #333;
  }
  75% {
	  background: #333;
  }
  to  {
      background: #999;
  }
}

#page-box:hover {
	background: red;
	border: none;
    cursor: pointer;
}

.social {
	display: inline-block;
	padding-right: 1px;
	font-size: 13px;
	text-align: center;
}

.padding {
   padding-top: 7px;
}

.clear {
   clear: both;
   content: '';
}

.submit {
     width: 80px; 
     height: 35px; 
     font-size: 16px;
     font-weight: bold;
     background: #77DD77;
     color: black;
}

.submit:hover {
     background: #66CC66;
     color: black;
}

.table {
    width: 32%;
    float: left;
    font-weight: bold;
}

h1 {
   color: #444;
   font-size: 40px;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: 0;
   padding: 0;
   position: relative;
   top: -14px;
   font-variant: small-caps;
   font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

h2 {
   color: #444;
   font-size: 48px;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 0;    
   font-variant: small-caps;
   font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

h3 {
   color: #444;
   font-size: 20px;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: 0;
   font-variant: small-caps;
   font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}


.box {
	border: 7px solid #444;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
    padding-top: 0;
    margin-top: 0;
	margin-bottom: 22px;
	background: white;
	color: #444;
	font-size: 20px;
    width: 1000px;
}

.bold {
	font-weight: bold;
	color: #444;
	white-space: nowrap;
}

.center {
	text-align: center;
	padding: 0;
    margin: 0;
	font-weight: bold;
	font-size: 22px;
}

.button {
	font-size: 18px; 
	padding: 5px;
}


a {
   background: transparent;
   color: blue;
   padding-left: 0;
   padding-right: 0;
   padding-bottom: 0;
   padding-top: 0;
   border-top: 6px double transparent;
   border-bottom: 6px double transparent;
   border-radius: 0;
   text-decoration: none;
   font-size: inherit;
   font-weight: bold;
   white-space: nowrap;
   line-height: 32px;
}

a:hover {
   background: transparent;
   color: blue;
   border-top: 6px dotted blue;
   border-bottom: 6px dotted blue;
   text-decoration: none;
}

hr {
	height: 7px;
	color: #444;
	background: #444;
}

.thin {
	height: 1px;
	color: lightgray;
	background: lightgray;
	margin-top: 8px;
	margin-bottom: 8px;
}

textarea {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 4px;
	margin-right: 4px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "monospace";
	font-size: 12px;
	color: navy;
	font-weight: bold;
	background: #dddddd;
	border: 5px solid gray;
}

textarea:hover {
	border: 5px solid navy;
	cursor: pointer;
}


.amazon-top {
    float: right;
    margin-left: 10px;
    padding-top: 20px;
}

.amazon-right {
    float: right;
    margin-left: 30px;
    padding-top: 20px;
}

.amazon {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 14px;
    float: left;
    display: block;
}

.amazon-link:hover {
    background: transparent;
}

.float {
	float: left;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
}	

@media only screen and (max-width:1000px){
	.box {
		width: 91%;
      margin-left: 10px;
      font-size: 16px;
	}

}

@media only screen and (max-width:700px){
	.box {
		width: 85%;
      margin-left: 5px;
      font-size: 16px;
	}
	#logo {
		width: 92%;
		height: auto;
	}
	h1 {
		font-size: 25px;
	}
   h2 {
      font-size: 22px;
   }
   h3 {
      font-size: 19px;
   }
   .bold {
   	font-weight: bold;
   	color: #444;
	   white-space: normal;
   }
	a {
		font-size: 14px;
		white-space: normal;
	}
   .amazon-right {
       float: none;
   }
    .amazon-top {
        display: none;
    }
   .amazon {
       float: none;
       display: block;
   }
    #searchbox {
        width: 95%;
    }
    .table {
       float: none;
       width: 90%;
    }
    #hide-flag {
        display: none;
    }
    #hide-form {
        display: none;
    }
    .hide {
        display: none;
    }
    #cj_form {
        display: none;
    }
}
