﻿

        /* Used by both English and Spanish Terms and Conditions */



        body {
            background: hsl(204, 50%, 50%);

            background: linear-gradient(135deg, hsl(185, 100%, 70%), hsl(204, 0%, 100%));

            background: linear-gradient(135deg, hsl(200, 100%, 70%), hsl(204, 0%, 100%));

            background: linear-gradient(135deg, hsl(200, 100%, 70%), hsl(204, 0%, 100%));
        }

       form div {
            margin: 0.3em 0em;
            font-size: 15pt;
        }

        h1 {
            font-size: 22pt;
            color: hsl(198, 80%, 40%);
            margin-bottom: 0.5em;
            margin-top:0;
        }

        h1 em {
            color: hsl(185, 80%, 45%);
            font-style: normal;
        }

        h2 {
            font-size: 16pt;
            color: hsl(198, 80%, 30%) ;
        }

        div.container {
            
            max-width: 600px;

        }

        div.innerContainer {
            padding: 25px;

        }

        div.main-panel {

            margin-top: 0px;
            
            background: hsl(204, 0%, 100%);

            background: linear-gradient(290deg, hsl(204, 0%, 100%), aqua); /* estimate using webxsp that hue is  176 for aqua, 185 is also amazing */

            background: linear-gradient(135deg, hsl(176, 100%, 50%), hsl(204, 0%, 100%));

            background: linear-gradient(135deg, hsl(185, 100%, 90%), hsl(204, 0%, 100%));

            background: hsl(204, 0%, 100%);

            max-width: 500px;
            padding: 50px;
            padding-top: 20px;
            border-radius: 10px;
        }

        div.main-panel div.heading {
            color: hsl(0, 0%, 10%);
            font-size: 12pt;
            margin-top: 1em;
            margin-bottom: 0.5em;

            font-weight: bold;
            color: hsl(0, 0%, 30%);
        }

        input[type=text] {
            height: 20px;
            width: 280px;
        }

        div.main-panel div.about-field {
            padding: 0px;
            line-height: 1.4;
            font-size: 7pt;
            width: 240px;
            padding-right: 2em;
            color: hsl(0, 0%, 0%);
        }

        ul {

        }

        ul li {
            line-height: 1.4;
            font-size: 12pt;
            width: 240px;
            padding-right: 2em;
            color: hsl(0, 0%, 10%);
        }

        ul li, p {
            color: hsl(0, 0%, 10%);
        }

        input[type=text], div.join-form div.about-field {
            width: 290px;
        }

        input[type=submit] {
            padding: 10px;
            font-size: 12.5pt;
            
            height: 40px;
            margin-left: 50px;
        }

        div.button-div {
            margin-top: 2em;
        }

        p {
            font-size: 12pt;
        }

        ul li {
            margin: 0.5em;
        }

        div.main-panel a {
            color: hsl(190, 100%, 50%);
            font-size: 14pt;
        }

        div.main-panel a:hover {
            color: hsl(198, 100%, 70%);
        }

        p.example {
            font-weight: bold;
            color: hsl(201, 50%, 30%);
            font-size: 1.05em;
            line-height: 1.3;
        }

        div.current-hash {
            text-align: right;
            font-size: 5pt;
        }

        section {
            margin: 1.8em 0em;
        }

        section.disclaimer {
            text-transform: uppercase;
            margin-bottom: 0em;
        }

        p.links a {
            display: inline-block;
            padding:0.2em 0.92em;
        }
