﻿* {
    font-family: 'Montserrat', sans-serif !important;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 290px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 310px;
    }
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

.is-spaced {
    margin-top: 15px;
}

a.navbar-brand {
    padding: 0px;
}

.resend-conventions {
    margin-left: 0;
}

.table-with-links a {
    display: block;
}

    .table-with-links a:hover, .table-with-links a:visited, .table-with-links a:link, .table-with-links a:active {
        text-decoration: none;
        color: black;
    }

.table-with-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.validation-summary-errors {
    border: 1px solid red;
    background-color: #ffe6e6; /* Light red background */
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.table td form {
    display: inline-block;
}

.clickable-header {
    cursor: pointer;
}

    .clickable-header::after {
        content: '🖱️';
    }

    .clickable-header:hover {
        text-decoration: underline;
    }
