body, html {
            margin: 0;
            padding: 0;
            font-family: "DM Sans", sans-serif;
        }

        header {
            background-color: #003566;
            color: #fff;
            padding: 45px 0;
        }

        h1 {
            margin: 0;
            
        }

        h3 {
            border-bottom: 1px solid silver;
            padding-bottom: 10px;
        }

        a {
            color: #003566;
            text-decoration: underline;
        }

        a:hover, a:active {
            color: #0053a1;
            text-decoration: none;
        }

        a:focus {
            background-color: rgb(255, 255, 194);
        }

        .container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .top {
            background-color: #001d3d;
            color: #fff;
            font-weight: normal;
            padding: 30px;
        }

        .disclaimer {
            font-size: 0.75em;
            font-style: italic;
            color: #aeceec;
        }

        .ai-disclaimer {
            display: block;
            font-size: 0.75em;
            font-style: italic;
            color: gray;
            padding: 10px 0;
        }

        .candidates {
            padding: 30px 0;
        }

        .candidates td{
            vertical-align: top;
            padding: 10px;
        }

        .candidates h2 {
            display: inline-block;
            margin: 0 0 10px 0;
        }

        .candidate-short-details {
            font-size: 0.85em;
            background-color: #e1e1e1;
            padding: 10px;
            border-radius: 6px;
        }

        .candidate-list-header-item {
            display: inline-block;
            padding-right: 5px;
        }

        .candidate-small-photo {
            border-radius: 6px;
        }

        .candidate-short-description {
            text-align: justify;
        }

        .candidate-politics {
            display: inline-block;
            text-transform: uppercase;
            font-weight: bold;
        }

        .candidate-main-focus ul {
            margin: 5px 0 0 0;
            padding: 0;
        }

        .candidate-main-focus li {
            display: inline-block;
            list-style-type: none;
            margin: 5px;
            background-color: white;
            border-radius: 6px;
            padding: 3px 6px;
        }

        .candidate-more {
            display: inline-block;
            background-color: #003566;
            color: #fff;
            text-decoration: none;
            margin-top: 10px;
            padding: 10px 12px;
            border-radius: 6px;
        }

        .candidate-more:hover {
            color: #fff;
            background-color: #001d3d;
        }

        .photo-source a{
            display: block;
            font-size: 0.6em;
            color: #333333;
            text-decoration: none;
            margin-top: 5px;
        }

        .whitespace {
            margin: 30px;
        }

        @media only screen and (max-width: 600px) {
            .candidates td {
               display: block;
               text-align: center; 
            }
        }

.candidate-page menu {
    margin: 0;
    padding: 0;
    background-color: #aeceec;
}     

.candidate-page menu ul {
    margin: 0;
    padding: 0;
}

.candidate-page menu ul li {
    margin: 0;
    padding: 10px;
    display: inline-block;
    list-style-type: none;
}

.candidate-page menu ul li:first-child {
    padding: 10px 10px 10px 0;
}

.candidate-page menu ul li a{
    text-decoration: none;
}

.candidate-page details summary {
    font-weight: bold;
    cursor: pointer;
}

.candidate-page details {
    background-color: #e1e1e1;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.table-small {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
}

.table-small td {
    border-collapse: collapse;
    padding: 5px;
}

.table-small tr:nth-child(2n){
    background-color: rgb(237, 237, 237);
}

.ziniasklaidoje td {
    vertical-align: top;
}

.citations {
    font-family: monospace;
}

.ziniasklaidoje article {
    padding: 0 10px;
}


.patirtis td:nth-child(1){
    width: 10%;
}

.patirtis td:nth-child(2){
    width: 20%;
}

.patirtis td:nth-child(3){
    width: 70%;
}

.return{
    color: #fff!important;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 30px;
}