.tou-service-description {
    margin-bottom: 1em;
}

.tou-service-description p {
    margin-bottom: 0.5em;
}

.tou-content {
    font-family:monospace;
    border: solid 1px #666;
    padding: 1em;
    margin-bottom: 1em;
}

.tou-content li{
    margin-bottom:10px;
}

.tou-acceptance {
    border: solid 1px #666;
    background-color: #F0F0F0;
    padding: 1em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.tou-acceptance .form-button {
    display: inline-block;
}

.tou-acceptance form {
    padding: 0;
}

.service_name {
    font-weight: bold;
}

.service_description {
    font-style: italic;
}

.organization_name {
}


#attribute-release-sp-details {
    border-left: 1px solid gray;
    padding: 0 1em 0;
    margin-top: 1em;
}

#attribute-release-options {
    background-color: #F6F6F6;
    border: 1px solid gray; 
    padding: 10px;
}

#attribute-release-sp-details .organization_logo {
    float: right;
    margin: 0.5em;
    max-height: 120px;
    max-width: 300px;
    width: auto;
    height: auto;
}

#attribute-release-sp-details p {
    margin-bottom: 0.5em;
}

#attribute-release-sp-details p:last-of-type {
    margin-bottom: 0;
}

#attribute-release-attributes table {
    border-collapse: collapse;
    border: solid 1px black;
    max-width: 800px;
}

#attribute-release-attributes td {
    padding: 3px 7px;
    vertical-align: top;
}

#attribute-release-attributes th  {
    text-align: left;
    padding: 5px 7px;
    background-color:#00247D;
    color: white;
}

#attribute-release-attributes tr:nth-of-type(even) {
    background-color: #E4E5E3;
}

#attribute-release-actions ul {
    padding-left:  2.5em;
}

#attribute-release-options p {
    margin: 0.5em 0 0;
}

#attribute-release-form {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.consent-buttons {
    padding-top: 1em;
    text-align: center;
}

.consent-buttons input {
    display: inline-block;
}

#attribute-release-sp-details, 
#attribute-release-attributes,
#attribute-release-options {
    font-size: 0.9rem;
}

.form-error {
  padding: 0;
  color: #B61601;
}