@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap'; 
@import 'https://fonts.googleapis.com/css?family=Raleway:500,700&display=swap'; 

* {box-sizing:border-box;}

html
{
height:100%;
   margin: 0;
   padding: 0;
}

body
{
background: #666666;
background: -moz-linear-gradient(top,  #666666 0%, #cccccc 100%);
background: -webkit-linear-gradient(top,  #666666 0%,#cccccc 100%);
background: linear-gradient(to bottom,  #666666 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#cccccc',GradientType=0 );

   font-family:'open sans',arial,helvetica,sans-serif;
   font-size:16px;
line-height:24px;
font-weight:400;
color:#666;
}


#container
{
   position: relative;
   margin: 30px auto;
width:100%;
max-width:800px;
   text-align: left;
   background:#ffffff;
border:solid 1px #000;
padding:10px;
}

#inner {
border:solid 1px #03bfd7;
padding:15px;
text-align:center;
}

#inner.left {
text-align:left;
}


h1 {
font-family:Raleway,sans-serif;
font-size: 24px;
line-height:28px;
font-weight:700;
margin: 0 0 0.5em 0;
}


input[type=email] ,
input[type=text]
{
padding: 5px;
height: 32px;
font-size: 16px;
width: 250px;
margin:10px 5px;
}

input[type=email] {
color: #00838f;
}


.g-recaptcha > div {
margin:20px auto;
}

input[type=submit] {
font-family: Raleway,sans-serif;
font-size: 18px;
line-height: 18px;
font-weight: 500;
color: #4456a6;
background: #fff;
outline: none;
border: 2px solid #4456a6;
padding: 10px 20px;
display: block;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
margin: 0 auto;
min-width: 150px;
transition: 0.2s;
cursor:pointer;
}

input[type=submit]:hover {
background:#4456a6;
color:#fff;
}

/* error stuff */

td blockquote {
margin:0 20px;
}

blockquote ul {
text-align:left;
margin:0;
padding:0;
}


/* pubstream stuff */

.TPtable_w_cat09m {
font-size:13px;
line-height:18px;
}

.TPcell_w_cat09m {
padding:0 5px 20px 5px;
}


.shark {
color:#00838f;
}


a {color:#00838f;text-decoration:underline;}
a:hover {color:#03bfd7;text-decoration:none;}


@media (max-width:600px) {

.TPtable_w_cat09m td {
display:block;
overflow:auto;
font-size:initial;
line-height:initial;

}

}