<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*forces a vertical scrollbar on every page. =&gt; no jumping of centered banner*/
html {
    overflow-y: scroll;
}

/* Navbar */
nav {
    background-color: #06354d;
}

/* navbar text */
    nav a, .nav-item a, .navbar-toggler, .navbar-brand {
        color: white;
    }
/*hover textcolor*/
        nav li a:hover, .navbar-brand:hover, nav li:hover, nav li button:hover, .loginbuttons:hover {
            color: #06354d;
            background-color: white;
        }
        /*
    nav li {
        border: 1px solid white;
    }*/
.loginbuttons {
    background-color: #06354d;
    color: white;
    border: 1px solid gray !important;
}
    .loginbuttons:hover {
        text-decoration: none;
    }

.heading {
    margin-top: 20px;
    font-size: x-large;
    color: lightgray;
    border-bottom: 2px solid gray;
}

/* main layout */
.container {
    padding: 2px;
}

.background {
    background-color: #a1d1ff;/* #E6E6E6;*/
    background-image: url('../../images/elpaso/View-of-Rampart-Range-by-Joe-Letke-EPC-staff-400.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: 100% 100%;
}

.body-content {
    background-color: snow;
    margin-top:5px;/*
    border-bottom-right-radius: 40px;
    border-radius: 30px;*/
}

#languageswitcher {
    text-align: left;
    padding-left: 20px;
}

#copyright, #copyright a {
    text-align: right;
    padding-right: 20px;
    color: dimgrey;
    font-size: 14px;
}
/*
.nextmeetings, .prevmeetings {
    background-color: darkkhaki;
}*/

.sociallinks a {
    font-size: larger;
    color: cornflowerblue;
    padding-left: 0;
    padding-right: 0;
}

.helperbuttons {
    text-align: center;
}

.picturebuttons {
    width: 100px;
    height: 100px;
}

.row {
    padding-top: 15px;
}

.navicons {
    font-size: 40px;
    color: #01334c;
}
/* District info */
/*.districtinfo, .districtaddress, .districtinternet {
    border: 1px solid;
    border-radius: 5px;
    margin: 10px;
}
*/

.districttel {
    padding: 5px;
}

#meetingtime{
    display:none;
}

/* Organization details*/
/*.info {
   background-color: lightgray;
    border-radius: 15px;
}*/

.image {
    padding-top: 15px;
}

.logo {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*
.memberlist {
    border: 2px solid grey;
    background-color: floralwhite;
    border-radius: 10px;
}*/

/*Meeting details*/
.agendanumber{
    width: 65px !important;
}

#aidecision {
    font-style: italic;
    padding-left:10px;
}

.aidecision {
    font-style: italic;
    padding-left: 10px;
}
.topic {
    background-color: lightgray;
    border-radius: 5px;
    padding-left: 10px;
}

.agenda {
    background-color: lightsteelblue;
    border: 2px solid grey;
}

.topicdoc {
    float: right;
    font-size: 25px;
    padding-right: 20px;
}

.docicon {
    float: right;
    font-size: 25px;
    padding-right: 10px;
    padding-top: 2px;
}

.meetingitem {
    background-color: beige;
    border-radius: 5px;
    padding: 5px;
    margin: 2px;
    min-height: 35px;
    overflow: auto;
}

.minutes {
    background-color: lightsteelblue;
    border: 2px solid grey;
}

.filebox {
    height: auto;
}

    .filebox a span {
        font-size: 40px;
    }

/* Person list*/
.pfilter {
    margin-left: 20px;
}

.pfilteritem {
    margin: 5px;
}

/* Person details*/
.personimage {
    margin: 15px;
}
/*
.address {
    border-radius: 5px;
}
*/
.singleaddress {
    margin-bottom: 5px;
    padding: 5px;
}

.memberhistory {
    border: 1px solid grey;
    max-height: 700px;
    overflow-y: auto;
    border-radius: 5px;
}

/* Agenda item details */
.attachments, .workflow {
    padding: 10px;
    margin: 5px;
}

.icon {
    font-size: 25px;
    float: right;
    padding: 5px;
}

.attachments li {
    padding-top: 10px;
}

.singleattachment {
    /*float: right; */
    margin-top: 5px;
}

.proposaltable {
    background-color: beige;
    border-radius: 5px;
}

/* Search */
.filter {
    margin: 5px;
}

.searchresults table {
    border-spacing: 2px;
}

.searchresults td {
    padding: 6px;
}

/*Votings*/
.votingcount {
    float: right;
    font-size: 35px;
    min-height: 35px;
}

.votelisting {
    margin-top: 30px;
}</pre></body></html>