body {
  font-family: 'Open Sans', sans-serif;
}

table.outertable {
    width: auto !important;

    .innertable {
        border: none;

        tr {
            
            &.header,
            &.row_even,
            &.row_uneven {
                background-color: transparent;
            }

            td {
                font-family: 'Open Sans', sans-serif;
                padding-bottom: 1rem;
                font-size: 15px;                

                &:first-child {
                    padding-right: 1rem;
                }
            }
        }
    }
    
    a {
        font-size: 15px;
        color: #1b599c;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-thickness: 3px;
        text-decoration-color: #d7dee8;
        text-underline-offset: auto;
    }
}

.inxform {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    max-width: 45rem;

    .listfield,
    .textfield {
        display: flex;
        flex-direction: column;

        + .textfield {
            margin-top: 2rem;
        }        

        label {
            float: unset;
            width: unset;
        }
      
      	input {
          max-width: 20rem;
      	}
      
      	select {
          width: fit-content;
      }

        input,
        select {
            padding: .375rem .75rem;
            color: #495057;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: 0;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            margin-right: 1rem;
            margin-bottom: 1rem;

            &:focus {
                border: 1px solid #fde9cc;
            }
        }
    }

    .submit {
        input {

            &.submit_button,
            &.reset_button {
                color: #303030;
                background-color: #fff;                
                padding: 0.375rem 0.75rem;

                &:hover,
                &:focus,
                &:active {
                    color: #303030;
                }
            }
          
          &.submit-button {
          	border: 1px solid #003362;
            box-shadow: 0 0 2px #355c8e;  
            margin-right: 1rem;
          }
          
          &.reset_button {
          	border: 1px solid #e9e9e9;
          }
        }
    }

    .frc-captcha {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.disclaimer {
    font-size: 10.5px;
    font-family: 'Open Sans', sans-serif;
}

.uibk-footer-2024 .footer-contents p,
.uibk-footer-2024 .footer-socialmedia li {
  font-size: 15px;
}