* {
    margin: 0px;
    padding: 0px;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}
p {
    padding-top: 10px;
    padding-bottom: 10px;
}
.content_wrapper {
    padding: 20px;
    width: 100%;
}
.footer {
    margin-top: 50px;
    font-size: 0.7em;
    text-align: center;
    margin-top-top: 50px;
    position: relative;
}




/* forms */
input, textarea {
    padding: 10px;
    border-radius: 10px;
}

input, select {
    border: 1px solid #ccc;
    padding: 5px;
}
label {
    font-size: 0.8em;
}

.submit {
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2em;
    color: white;
    padding: 10px;
    border-radius: 10px;
    border: 3px solid #ff0000;
    background: hsla(0, 100%, 50%, 1);
    background: linear-gradient(0deg, hsla(0, 100%, 50%, 1) 0%, hsla(24, 100%, 50%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(0, 100%, 50%, 1) 0%, hsla(24, 100%, 50%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(0, 100%, 50%, 1) 0%, hsla(24, 100%, 50%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FF0000", endColorstr="#FF6600", GradientType=1 );
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}






/* Hosting table */
.hosting_table_wrapper {
    position: relative;
    text-align: center;
}


div.hostingTable {
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    width: 100% !important;
    text-align: center;
    border-collapse: collapse;
}
.divTable.hostingTable .divTableCell, .divTable.hostingTable .divTableHead {
    border: 1px solid #CCCCCC;
    padding: 3px 2px;
}
.divTable.hostingTable .divTableBody .divTableCell {
    font-size: 13px;
}
.divTable.hostingTable .divTableRow:nth-child(even) {
    background: #FFF;
}
.divTable.hostingTable .divTableHeading {
    background: #CCCCCC;
    background: -moz-linear-gradient(top, #d9d9d9 0%, #d1d1d1 66%, #CCCCCC 100%);
    background: -webkit-linear-gradient(top, #d9d9d9 0%, #d1d1d1 66%, #CCCCCC 100%);
    background: linear-gradient(to bottom, #d9d9d9 0%, #d1d1d1 66%, #CCCCCC 100%);
    border-bottom: 2px solid #FF6600;
}
.divTable.hostingTable .divTableHeading .divTableHead {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    border-left: 2px solid #D0E4F5;
}
.divTable.hostingTable .divTableHeading .divTableHead:first-child {
    border-left: none;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}