* {
    color: #333;
}

[class*="responseRow"] {
    width: 100%;
    margin-top: 40px;
}
[class*="responseRow"] table {
    background-color: #ccc;
    margin: 10px;
    width: 100%;
    border-radius: 10px;
}

[class*="responseRow"] table tr td {
    background-color: #ccc;
    padding: 5px;

}

[class*="responseRow"] table tr:nth-child(2n) td {
    background-color: #eee !important;
}

.twoCol:first-child td:first-child {
    border-top-left-radius: 10px;
}

.twoCol:first-child td:last-child {
    border-top-right-radius: 10px;
}

.twoCol:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.twoCol:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.oneCol:last-child td {
    border-radius: 10px 10px 0 0;
}

.oneCol:last-child td {
    border-radius: 0 0 10px 10px;
}

table {
    width: 100%;
    border: 0;
}

.btn, .thead {
    background-color: #44c0f0 !important;
}
.thead {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    color: white;

}

.thead {
    
    border-radius: 10px 10px 0 0;
}

td {
    padding: 5px;
    text-align: left;
}

.left-row {
    width: 60px;
}

.last-row {
    height: 1em;
    background-color: white !important;
}

hr {

}

caption { 
    background-color: rgb(90,85,90);
    font-weight: bold;
    color: #44c0f0; 
    padding-top: .7em; 
    padding-bottom: .7em; 
    letter-spacing: .085em;
    text-align: center !important;
}

#top-row {

}

input, select, .form-label {

}

.form-control {
    align-items: center;
    width:auto;
    float: left;
    margin: 10px;
    text-align: center;
}

.form-label {
    align-items: center;
    width:auto;
    float: left;
    margin: 10px 10px 10px 0;
    text-align: center;
    padding:10 0 10 0;
}

* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.logo-style1 {
    color:#44c0f0;
    font-weight: bold;
}

.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center; 
}
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #44c0f0;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
            animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; 
        
}
  .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } 
        
}


footer {
    clear: both;
    position: relative;
    height: 40px;
    margin-top: -40px;
}