/*
|------------------
| Tag(s) - Reset
|------------------
*/

a:link {
    color: yellow;
    text-decoration: none;
}

a:visited {
  color: yellow;
    text-decoration: none;
}

a:hover {
  ccolor: yellow;
    text-decoration: none;
}


html,body  {
  margin:0px;
  padding:0px;
  font-family: "open sans", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #e6e6e6;
  background: url(https://ewsportspicks.com/im/pageback.jpg) repeat;
  width: 100%;
  min-width:600px;
  }

#ham {
  width:100%;
  height:65px;
 }

#wrap {
       width:100%;
       padding:0px;
       min-height:100%;
       max-width:600px;
       margin-left:auto;
       margin-right:auto;
       border:none;
 }

#menu {  
    display:none;
      }

#tab_menu {
   display:none;
  }

.topright {  
    display:none;
      }


         /* page titles like create account - reg_text_insert.php  */
.tx7{ color:#9999ff; text-align:center; font-weight:bold; font-size:28px; font-family:Verdana,sans-serif; }   
          /* smaller style of tx7  */
.tx6{ color:#000; text-align:center; text-shadow: 2px 2px 2px #666666;font-weight:bold; font-size:26px; font-family:Verdana,sans-serif; }   
          /* smaller style of tx7  */
.tx5{ color:#9999ff; text-align:center; font-weight:bold; font-size:26px; font-family:Verdana,sans-serif; }
          /* Title in stats tables - stats_insert.php  */
.tx12 { color:#000; text-align:center;font-weight:bold;text-shadow: 2px 2px 3px #888888; font-size:28px;line-height:28px; font-family:Verdana,sans-serif }    
          /* red text sign-in to purchase - reg_text_insert.php */
.tx10{ color:red; text-align:center; text-shadow: 1px 1px 1px #000;font-weight:bold; font-size:17px; font-family:Arial,sans-serif }   
         /* Title in payment box - purchase_insert.php  */
.tx9{ color:#fff;text-align:center;  text-shadow: 2px 2px 3px #000;font-weight:normal; font-size:28px; font-family:Arial,sans-serif }    
          /* Price in payment box - purchase_insert.php  */
.hx8{ color:yellow; text-shadow: 2px 2px 1px #000;font-weight:bold; font-size:34px; font-family:Verdana,sans-serif }     

 .head2 {
  display:none;
        }

 .header_mo {
            width:100%;
            max-width: 598px;
            margin-left: auto ;
            margin-right: auto ;
            padding: 0px;
            background-color: #000;
            border:none;
            text-align:center;
        }

.header {
  display:none;
 }

.col-container {
            width:98%;
            display:table;
            vertical-align:top;
            max-width: 596px;
            margin-top:0px;
            margin-left: auto ;
            margin-right: auto ;
            height: 100%;
            padding: 0px;
            border:none;
 }

.content {
width:100%;
margin-left: auto ;
margin-right: auto ;
margin-top:6px;
table-layout:fixed;
vertical-align:top;
overflow: hidden;
min-height:600px;
whitespace: nowrap;
padding: 3px;
color: #eaeaea;
background-color:#000;
}

.foot{
     width:100%;
    margin-top:5px;
    min-height: 100px;
    max-width:590px;
    margin-left: auto;
    margin-right: auto;
    background-color:#000;
  }

#stats {
                width:100%;
                max-width:580px;
                margin-left: auto;
                margin-right: auto;
	border-width: medium;
	border-spacing: 0px;
	border-style: solid;
	border-color: navy;
	border-collapse: separate;
	background-color:#94bbfe;
 }
#stats th {
	border-width: thin;
	padding: 3px;
	border-style: solid;
	border-color: navy;
	background-color:#000;
 }
#stats td {
                color:#000;
	border-width: thin;
	padding: 3px;
	border-style: solid;
	border-color: navy;
	background-color:#94bbfe;
 }

.stat_title {
    background-color:#fff;
    color:#000;
    text-align:center;
    text-shadow: 2px 2px 2px #333333;
 }

#reg {
          width:98%;
        max-width: 520px;
        margin-left:auto; 
        margin-right:auto;
        text-align: left;
        font-family: Tahoma, sans-serif;
        border:none;
        color: #fff;
    }

.pay {
             margin-top: 0px;
             min-height:100px;
            width: 96%;
            font-size: .95em;
            text-align: left;	
             font-family: Tahoma, sans-serif;
             margin-left:auto; 
             margin-right:auto; 
            padding: 0px;
            border: none; 
            border-collapse: collapse;
           color: #e6e6e6;
        }

.pay th {

            text-align: left;	
            height:30px;
            font-family: Verdana, sans-serif;
            padding: 4px;
             border: thin solid #b3b3ff;
            color:#cdcdcd;
            background-color:#01008c;     
        }

.pay td {
        
            font-family: Verdana, sans-serif;
            padding: 5px;
            color:#e6e6e6;  
        }

#bx {
    width: 110px;
    height: 50px;
 }

#auth {
    width: 60px;
    height: 46px;
 }



input[type=text], input[type=email], input[type=number], input[type=password] {
  width: 84%;
 font-size:34px;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
 }

select {
  width: 68%;
 font-size:28px;
 margin:6px;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
 }

input[type=submit] {
font-size:30px;
}

textarea {
  width: 96%;
 font-size:28px;
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
 }

