#first-block {
        text-align:left;
        padding:3.5em 0;
        background:#03002A;
        color:#abbacb;
        }
footer {
        background:#000000;
        text-align:center;
        color:#abbacb;
        padding:1.0em 1.0em;
        }

/* sticky footer css */
html {
        height: 100%;
        overflow: hidden;
        }

body {
        height: 100%;
        overflow: auto;
        }

.with-sticky-footer {
        display: table;
        height: 100%;
        table-layout: fixed;
        width: 100%;
        }

.sticky-footer {
        height: 1px;
        }

a.external:link {
        color: #00ffff;
        font-family:Arial;
        font-size:16px;
        text-decoration: none;
        }
a.external:visited {
        color: #00ffff;
        font-family:Arial;
        font-size:16px;
        text-decoration: none;
        }
a.external:hover {
        color: #0000ff;
        font-family:Arial;
        font-size:10pt;
        text-decoration: none;
        }
a.comp:link {
        color: #4f5bb4;
        font-family:Arial;
        font-size:12pt;
        text-decoration: none;
        }
a.comp:visited {
        color: #4f5bb4;
        font-family:Arial;
        font-size:12pt;
        text-decoration: none;
        }
a.comp:hover {
        color: #0000ff;
        font-family:Arial;
        font-size:12pt;
        text-decoration: none;
        }
a.forum:link {
        color: #ffff00;
        font-family:Arial;
        font-size:16px;
        text-decoration: none;
        }
a.forum:visited {
        color: #ffff00;
        font-family:Arial;
        font-size:16px;
        text-decoration: none;
        }
a.forum:hover {
        color: #0000ff;
        font-family:Arial;
        font-size:16px;
        text-decoration: none;
        }
a.external:link {
        color: #00ffff;
        font-family:Arial;
        font-size:16px;
        text-decoration: none;
        }
a.external:visited {
        color: #00ffff;
        font-family:Arial;
        font-size:16px;
        text-decoration: none;
        }
a.external:hover {
        color: #0000ff;
        font-family:Arial;
        font-size:16px;
        text-decoration: none;
        }
        
textarea {
        width: 100%;
        height: 200px;
        }
/* Form Buttons
================================================== */
#button_container  {
        width:100%";
        background-color: #03002A;
        border:none;
        }
 .form_buttons  {
         background-color: #000000;
         font-family:Arial;
         color:#FFFFFF;
         border-radius: 12px;
         font-size:16px;
         text-align:center;
         padding-left:5px;
         padding-right:5px
         }
 .form_buttons:hover {
         background-color: #000000;
         font-family:Arial;
         color:#0000FF;
         border-radius: 12px;
         font-size:16px;
         text-align:center;
         padding-left:5px;
         padding-right:5px
         }
table.formbuttons {
         width:100%;
         background-color:#03002A;
         border:none;
         font-family:Arial;
         color:#0000FF;
         }

/* Form boxes
================================================== */
.form_box {
        border: 1px solid #0000FF;
        background-color: #000000;
        color: #00FFFF;
        font-size: 12pt;
        width: 60%;
        }
label {
        cursor: default;
        }
/* Floating images with captions
================================================== */

figure {
        display: block;
        clear:both;
        width: 340px;
        float: right;
        background-color: #000000;
        border: 1px solid #FFFFFF;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom:5px;
        padding-top: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        }


figcaption {
        display: block;
        color: #abbacb;
        }

@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
}
/* #Memberlist table
================================================== */
#autotable {
        float: left;
        border: none;
        border-collapse: collapse;
        background: #03002A;
        border-right: none;
        width: 100%;
        }
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media all and (min-width: 768px) and (max-width: 959px) {
    td.col_1{
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
        background: #03002A;
        border-right: none;
    }
}
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media all and (min-width: 768px) and (max-width: 959px) {
    td.col_2{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
        background: #03002A;
        color: #abbacb;
        border-right:none;
    }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 600px */
@media all and (min-width: 600px) and (max-width: 767px) {
    td.col_3{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
        background: #03002A;
        color: #abbacb;
        border-right:none;
    }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media all and (min-width: 480px) and (max-width: 599px) {
    td.col_4{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
        background: #03002A;
        color: #abbacb;
        border-right:none;
    }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media all and (max-width: 479px) {
    td.col_5{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
        background: #03002A;
        color: #abbacb;
        border-right:none;
    }
}
/* Personal Best tables */
table.record-table_a  {
        display:inline-block;
        float:left;
        border:none;
        background-color: #000000;
        padding-left:5px;
        padding-right:5px;
        padding-bottom:5px;
        padding-top:5px;
        width:50%;
}
table.record-table_b  {
        display:inline-block;
        float:right;
        border:none;
        background-color: #000000;
        padding-left:5px;
        padding-right:5px;
        padding-bottom:5px;
        padding-top:5px;
        width:50%;
}
table.record-table_a td , table.record-table_b td
{
        padding-left:5px;
        padding-right:5px;
        padding-bottom:5px;
        padding-top:5px;
        width:20%;
}
div.record-table {
        display:table;
        border:1px solid;
        width:100%;
}

@media (max-width: 767px) {
    table.record-table_a {
        width: 100%;
    }
    table.record-table_b {
        width: 100%;
    }
}
div.holding-cell {
        width:100%;
        background-color: #03002A;
        }
