﻿@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@200;400;500;900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;600;700&display=swap');

body {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

a:-webkit-any-link {
    color: #0645ad;
    cursor: pointer;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #0645ad;
}

    a:hover {
        text-decoration: underline;
        color: #0645ad;
    }

#TreilandTitle {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 90%;
    max-width: 310px;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 3;
    height: 44px;
    color: #404040;
    text-align: center;
    font-family: ubuntu, sans-serif;
    font-weight: 400;
    font-size: 54px;
}

.TreilandSmallTitle {
    margin-top: 2px;
    border: none;
    height: 44px;
    color: #404040;
    text-align: center;
    font-family: ubuntu, sans-serif;
    font-weight: 500;
    font-size: 18px;
}

    .TreilandSmallTitle:link {
        color: black;
        text-decoration: none;
    }

    .TreilandSmallTitle:visited {
        color: black;
        text-decoration: none;
    }

    .TreilandSmallTitle:hover {
        color: black;
        text-decoration: underline;
    }

    .TreilandSmallTitle:active {
        color: black;
        text-decoration: none;
    }


#TreilandSubTitle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: table;
    width: 90%;
    max-width: 310px;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 3;
    color: #404040;
    font-family: ubuntu, sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}

#TreilandFrame {
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 90%;
    max-width: 360px;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 3;
    height: 44px;
    color: #404040;
    text-align: center;
    font-weight: 500;
}

#dvCaroussel {
    display: table;
    background: transparent;
    color: #404040;
    text-align: center;
    font-weight: 500;
    margin-left: auto!important;
    margin-right: auto!important;
    width: 100%;
    max-width: 1600px;
}

.carousselHover {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}

.carousselHover:hover {
    border: 1px solid darkblue;
    background: #fdfeff;
}

/* Desktop */
@media only screen and (min-width : 670px) {
    .dvCarousselA {
        float: left;
        display: table;
        width: 49%;
        max-width: 700px;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 6px;
        box-shadow: none;
        z-index: 3;
        color: #404040;
        text-align: center;
        font-weight: 500;
    }

    .dvCarousselB {
        float: right;
        display: table;
        width: 49%;
        max-width: 700px;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 6px;
        box-shadow: none;
        z-index: 3;
        color: #404040;
        text-align: center;
        font-weight: 500;
    }
}

/* Mobile */
@media only screen and (max-width : 669px) {
    .dvCarousselA .dvCarousselB {
        margin-left: auto;
        margin-right: auto;
        display: table;
        width: 90%;
        max-width: 800px;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 6px;
        box-shadow: none;
        z-index: 3;
        color: #404040;
        text-align: center;
        font-weight: 500;
    }
}

.carousselHard {
    vertical-align: top;
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
}

    .carousselHard a:link {
        color: #0000A0;
        text-decoration: none;
    }

    .carousselHard a:visited {
        color: #0000A0;
        text-decoration: none;
    }

    .carousselHard a:active {
        color: #0000A0;
        text-decoration: none;
    }

    .carousselHard a:hover {
        color: #8080FF;
        text-decoration: underline;
    }

.carousselSoft {
    vertical-align: top;
    color: #808080;
    font-family: Roboto;
    font-size: 12px;
}

.carousselImg {
    width: 80px;
    height: 45px
}

.Carrousel_stit {
    color: #757575 !important;
    font-weight: 600;
    padding-left: 10px;
    display: inline-block;
}
.Carrousel_inf {
    color: darkblue !important;
    padding-left: 20px;
    display: inline-block;
}

.Carrousel_pos {
    color: darkgreen !important;
    padding-left: 20px;
    display: inline-block;
}

.Carrousel_neg {
    color: darkred !important;
    padding-left: 20px;
    display: inline-block;
}

.Carrousel_date {
    color: gray;
    font-style: italic;
    font-size: 12px;
}

#SearcherContainer {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    display: table;
    width: 90%;
    max-width: 310px;
    background: #eee;
    border: 1px solid #dfe1e5;
    box-shadow: none;
    border-radius: 24px;
    z-index: 3;
    height: 44px;
    text-align: center;
}

#SearcherInput {
    width: 90%;
    border: none;
    border-color: transparent;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    background-color: #eee;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    outline: none;
/*    font-family: arial, sans-serif; */
    font-size: 18px;
    font-weight: 400;
}

    #SearcherInput::-webkit-input-placeholder { /* Edge */
        color: cornflowerblue;
    }

    #SearcherInput:-ms-input-placeholder { /* Internet Explorer */
        color: cornflowerblue;
    }

    #SearcherInput::placeholder {
        color: cornflowerblue;
    }

.MiniSearcher {
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 90%;
    background: #eee;
    border: 1px solid #afb1b5;
    box-shadow: none;
    border-radius: 24px;
    z-index: 3;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .MiniSearcher input {
        width: 90%;
        border: none;
        border-color: transparent;
        border-top-style: hidden;
        border-right-style: hidden;
        border-left-style: hidden;
        border-bottom-style: groove;
        background-color: #eee;
        margin-top: 5px;
        margin-bottom: 2px;
        margin-left: auto;
        margin-right: auto;
        outline: none;
        /*    font-family: arial, sans-serif; */
        font-size: 16px;
        font-weight: 400;
    }

        .MiniSearcher input::-webkit-input-placeholder { /* Edge */
            color: cornflowerblue;
        }

        .MiniSearcher input:-ms-input-placeholder { /* Internet Explorer */
            color: cornflowerblue;
        }

        .MiniSearcher input::placeholder {
            color: cornflowerblue;
        }

#GV_Resultados {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.pageType {
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    color: #404040;
    padding: 0px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
    text-decoration: none;
}

.pageUnderTitle {
    font-weight: 400;
    font-size: 20px;
    font-style: italic;
    color: #808080;
    padding: 0px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}

.pageTitle {
    font-weight: 500;
    font-size: 28px;
    color: black;
    margin-bottom: 0px;
    text-decoration: none;
    border-bottom: 1px solid gray;
}

    .pageTitle:link {
        color: black;
        text-decoration: none;
    }

    .pageTitle:visited {
        color: black;
        text-decoration: none;
    }

    .pageTitle:hover {
        color: black;
    }

    .pageTitle:active {
        color: black;
        text-decoration: none;
    }

.pageTitleLink {
    font-weight: 400;
    font-size: 28px;
    color: darkblue;
    margin-bottom: 8px;
    text-decoration: none;
}

    .pageTitleLink:link {
        color: darkblue;
        text-decoration: none;
    }

    .pageTitleLink:visited {
        color: purple;
        text-decoration: none;
    }

    .pageTitleLink:hover {
        color: blue;
        text-decoration: underline;
    }

    .pageTitleLink:active {
        color: darkblue;
        text-decoration: none;
    }

.topicText {
    font-weight: 200;
    font-size: 14px;
    color: #303030;
    text-align: justify;
}

.topicDefinition {
    font-weight: 200;
    /*    font-size: 14px;*/
    color: #303030;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

.smallLink {
    /*    font-family: arial, sans-serif;*/
    font-weight: 400;
    font-size: 18px;
    color: #6060A0;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
}

    .smallLink:link {
        color: #6060A0;
        text-decoration: none;
    }

    .smallLink:visited {
        color: darkblue;
        text-decoration: none;
    }

    .smallLink:hover {
        color: blue;
        text-decoration: none;
        border: 1px solid darkgray;
    }

    .smallLink:active {
        color: #606060;
        text-decoration: none;
    }

.principleLink {
    font-weight: 400;
    font-size: 20px;
    color: #3232ab;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
}

    .principleLink:link {
        color: #3232ab;
        text-decoration: none;
    }

    .principleLink:visited {
        color: #3232ab;
        text-decoration: none;
    }

    .principleLink:hover {
        color: #07b324;
        text-decoration: none;
        border: 1px solid darkgray;
    }

    .principleLink:active {
        color: #3232ab;
        text-decoration: none;
    }


.rightContent {
    background-color: #efeff5;
    margin-top: 0px;
    padding-top: 160px;
    padding-bottom: 6px;
    background-image: url(/images/TreilandSmallGlobe.png);
    background-position: center 25px;
    background-repeat: no-repeat;
    min-height: 270px;
    font-family: Roboto;
    font-size: 14px;
}

/* Desktop */
@media only screen and (min-width : 670px) {
    body {
        margin: 10px;
    }

    .extFrame {
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .leftContent {
        border: 1px solid lightgray;
        display: inline-block;
        width: 74%;
        float: left;
        padding-left: 6px;
        padding-right: 6px;
    }
    .rightContent {
        border: 1px solid #415258;
        display: inline-block;
        width: 24%;
        float: right;
        padding-left: 0px;
        padding-right: 0px;
    }

    .showWhenBig {
    }

    .showWhenSmall {
        display: none;
    }
}

/* Mobile */
@media only screen and (max-width : 669px) {
    body {
        margin: 0px;
    }

    .extFrame {
        padding-left: 0px;
        padding-right: 0px;
    }
    .leftContent {
        /*        border: 1px solid lightgray;*/
        /*        display: inline-block;*/
        width: 96%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .rightContent {
        border: none;
        display: inline-block;
        width: 100%;
    }

    .showWhenBig {
        display: none;
    }

    .showWhenSmall {
    }
}

.startOption {
    width: 50%;
    display: inline-block;
}

.startOptionFull {
    padding-top: 12px;
    font-weight: 400;
    width: 100%;
    padding-bottom: 10px;
}

.relTitle {
    font-family: roboto;
    font-weight: 500;
    font-size: 18px;
    color: black;
    text-align: justify;
}

.relType {
    font-weight: 200;
    font-size: 16px;
    color: #808080;
}

.relStyle {
    font-weight: 400;
    font-size: 16px;
    color: #0000D0;
}

.relStyle:link { text-decoration: none; }
.relStyle:visited { text-decoration: none; }
.relStyle:hover { text-decoration: underline; }
.relStyle:active { text-decoration: none; }

.relStyle1:link { color: #0000D0; }
.relStyle1:visited { color: #0000D0; }
.relStyle1:hover { color: #0000D0; }

.relStyle2:link { color: black; }
.relStyle2:visited { color: black; }
.relStyle2:hover { color: black; }

.relStyle3:link { color: black; }
.relStyle3:visited { color: black; }
.relStyle3:hover { color: black; }

.relStyle4:link { color: black; }
.relStyle4:visited { color: black; }
.relStyle4:hover { color: black; }

.relStyle5:link { color: black; }
.relStyle5:visited { color: black; }
.relStyle5:hover { color: black; }

.relStyle6:link { color: #D00000; }
.relStyle6:visited { color: #D00000; }
.relStyle6:hover { color: #D00000; }

.relIcon {
    cursor: pointer;
    opacity: 0.6;
}

    .relIcon:hover {
        color: #D00000;
        opacity: 1.0;
    }

.relButton {
    cursor: pointer;
    border: 1px solid darkgray;
    border-radius: 6px;
    background-color: #E0E0E0;
    font-size: 14px;
    color: black;
    height: 28px;
}

.relCMPButton {
    display: inline-block;
    cursor: pointer;
    border: 1px solid darkgray;
    border-radius: 6px;
    background-color: #C0E0FF;
    font-size: 14px;
    color: black;
    height: 28px;
    padding-left: 28px;
    background-image: url(/graphics/IC_RELS20.png);
    background-position: 4px center;
    background-repeat: no-repeat;
}

    .relCMPButton td {
        vertical-align: middle;
    }

    .relCMPButton img {
        display: block;
    }

.deployForum {
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 6px;
    cursor: pointer;
}

    .deployForum:hover {
        border: 1px solid lightgray;
        background-color: #E8E8E8;
        border-radius: 6px;
    }


.appear {
    opacity: 1.0;
    pointer-events: auto;
    animation: appeared 1s 1;
    animation-delay: 0s;
}

@keyframes appeared {
    0% {
        opacity: 0.0;
        height: 1px;
    }

    1% {
        opacity: 0.0;
        height: auto;
    }

    100% {
        opacity: 1.0;
        height: auto;
    }
}

.disappear {
    opacity: 0.0;
    pointer-events: none;
    animation: disappeared 1s 1;
    animation-delay: 0s;
    height: 1px;
    overflow-y: hidden;
}

@keyframes disappeared {
    0% {
        opacity: 1.0;
        height: auto;
    }

    99% {
        opacity: 0.0;
        height: auto;
    }
    100% {
        opacity: 0.0;
        height: 1px;
    }
}

.hide {
    opacity: 0.0;
    pointer-events: none;
}

.topicLink {
    color: #d06306 !important;
    text-decoration: none !important;
}

    .topicLink:hover {
        color: #ff8d2c !important;
        text-decoration: none !important;
    }

.countryBtn {
    margin: 2px;
    padding: 2px;
    float: left;
    cursor: pointer;
    display: inline-block;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 5px;
    width: 180px;
    height: 24px;
    overflow: hidden;
}

    .countryBtn:hover {
        border: 1px solid darkblue;
        background-color: #e8e8ff;
    }

.footer-panel {
    display: block;
    line-height: 21px;
    margin-block-end: 14px;
    margin-block-start: 14px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    text-align: center;
    text-size-adjust: 100%;
    color: #54595d;
    text-align: center;
    border-top: 1px solid gray;
    padding-top: 4px;
    font-size: 13px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Lato,Helvetica,Arial,sans-serif;
}

.footer-link {
    font-size: 13px;
    visibility: visible;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Lato,Helvetica,Arial,sans-serif;
    display: inline-block;
    margin-left: 8px;
    margin-right: 5px;
}

.locLink {
    margin-left: auto;
    margin-right: auto;
    color: #8465ff;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background-color: transparent;
    border-radius: 6px;
    -webkit-appearance: none;
    transition: background-color 0.5s, color 0.5s;
}

.locLink:hover {
    color: white;
    background-color: #000060;
}

.selLink {
    margin-left: auto;
    margin-right: auto;
    max-width: 50px;
    color: #8465ff;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background-color: transparent;
    border-radius: 6px;
    -webkit-appearance: none;
    transition: background-color 0.5s, color 0.5s;
}

    .selLink:hover {
        color: white;
        background-color: #000060;
    }

.mainTable {
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    border: none;
    padding: 0px;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

.rightColTreiland {
    text-align: center;
    font-size: 18px;
    padding: 10px;
    font-weight: 600
}

.rightColWorld {
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;
    font-weight: 300
}

.rightColTitle {
    text-align: left;
    display: inline-block;
    width: 100%;
    border: 1px solid darkgray;
    background-color: rgba(0, 0, 0, 0.1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 600;
    transition-duration: 0.25s;
}

.rightColLink {
    text-align: left;
    display: inline-block;
    width: 100%;
    border: 1px solid transparent;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: left;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 600;
    transition-duration: 0.25s;
    cursor: pointer;
}

    .rightColLink:hover {
        border: 1px solid blue;
        background-color: rgba(0, 0, 80, 0.1);
    }

.rightColText {
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.txStatement {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    transition-duration: 0.25s;
}

    .txStatement:hover {
        border: 1px solid gray;
        background-color: rgba(100,100,100,0.2);
    }

    .txStatement tr:first-child td {
        font-size: 18px;
        font-weight: 600;
    }

.txValidation {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: 12px;
    margin-bottom: 12px;
/*    width: 100%;*/
    border: 1px solid transparent;
    border-radius: 5px;
    transition-duration: 0.25s;
}

.txValidation:hover {
    border: 1px solid gray;
    background-color: rgba(100,100,100,0.2);
}

    .txValidation tr:first-child td {
        font-size: 18px;
        font-weight: 600;
    }

.txDocument {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: 12px;
    margin-bottom: 12px;
/*    width: 100%;*/
    border: 1px solid transparent;
    border-radius: 5px;
    transition-duration: 0.25s;
}

    .txDocument:hover {
        border: 1px solid gray;
        background-color: rgba(100,100,100,0.2);
    }

    .txDocument tr:first-child td {
        font-size: 18px;
        font-weight: 600;
    }

.txSource {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    transition-duration: 0.25s;
}

    .txSource:hover {
        border: 1px solid gray;
        background-color: rgba(100,100,100,0.2);
    }

    .txSource tr:first-child td {
        font-size: 18px;
        font-weight: 600;
    }

.css-location {
    display: inline-block;
    width: 70px;
    background-color: #e0e0e0;
    color: #000000;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #a0a0a0;
    font-family: 'Lucida Console', monospace;
    font-size: 11px;
    font-weight: 800;
}

.trSup {
    vertical-align: super;
    font-family: Calibri;
    font-size: 10px;
    font-weight: 400;
    color: red;
}

/* Desktop */
@media only screen and (min-width : 1200px) {
    .filterDiv {
        width: 230px;
        float: left;
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

    .filterOptionDiv {
        width: 100%;
        text-align: left;
        vertical-align: middle;
        font-family: roboto;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 1px;
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

    .filterOptionLabelDiv {
    }

    .resultsDiv {
        width: 565px;
        float: left;
    }
}

/* Mobile */
@media only screen and (max-width : 1199px) {
    .filterDiv {
        width: 100%;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .filterOptionDiv {
        width: auto;
        min-width: 100px;
        float: left;
        font-family: roboto;
        font-size: 12px;
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 5px;
    }

    .filterOptionLabelDiv{
        display: inline-block;
        margin-top: 3px;
    }

    .resultsDiv {
        width: 100%;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

.locCode {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #6445df;
}

.locArrow {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #86b8cb;
}

.slocCode {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    color: #6445df;
}

.slocArrow {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #6698ab;
}

tr.spaceOver > td {
    padding-top: 1em;
}

.linkOver {
    color: black;
    text-decoration: none;
}

.linkOver:hover {
    color: darkblue;
    text-decoration: underline;
}

.noMargin {
    margin: 0px;
    padding: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

    .noMargin tr td {
        margin: 0px;
        padding: 0px;
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

.rgLine {
    background-image: url('/graphics/rgLine.png');
    background-position: center center;
    background-repeat: repeat-y;
}

.thin {
    line-height: 6px;
}

    .thin tr td {
        line-height: 6px;
        border-radius: 4px;
    }

.hover {
    background-color: transparent;
}

    .hover:hover {
        background-color: lightblue;
    }

.cleanTable {
    margin: 0px;
    padding: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

    .cleanTable td {
        margin: 0px;
        padding: 0px;
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

    .cleanTable tr {
        margin: 0px;
        padding: 0px;
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

.articleImg {
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
}

/* Desktop */
@media only screen and (min-width : 600px) {
    .articleImg {
        float: right;
        width: 40%;
        max-width: 320px;
        height: auto;
    }
}

/* Mobile */
@media only screen and (max-width : 599px) {
    .articleImg {
        width: 90%;
        height: auto;
    }
}

.lnkCentered {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 1px solid lightgray;
    border-radius: 6px;
    margin: 6px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    display: block;
    /*    width: 230px;*/
    width: auto;
    font-size: 18px;
}

    .lnkCentered:hover {
        border-radius: 6px;
        margin: 6px;
        background-color: #f4f4ff;
    }

.toLeft {
    float: left;
}

.toRight {
    float: right;
}

.jslink {
    display: inline;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.flPersonTiny {
    font-size: 12px;
    width: 100px;
    margin: 2px;
}

    .flPersonTiny img {
        width: 32px !important;
        height: 32px !important;
    }

    .flPersonTiny td {
        height: 32px !important;
    }

.flPersonSmall {
    width: 150px;
    font-size: 14px;
    margin: 4px;
}

    .flPersonSmall img {
        width: 64px !important;
        height: 64px !important;
    }

.flPersonSmall td {
    height: 36px !important;
}

.flPersonSmallRect {
    font-size: 14px;
    margin: 4px;
}

.flPersonMedium {
    width: 200px;
    font-size: 16px;
    margin: 6px;
}

    .flPersonMedium img {
        width: 128px !important;
        height: 128px !important;
    }

    .flPersonMedium td {
        height: 40px !important;
    }

.flPersonBig {
    width: 256px;
    font-size: 18px;
    margin: 8px;
}

    .flPersonBig img {
        width: 256px !important;
        height: 256px !important;
    }

    .flPersonBig td {
        height: 44px !important;
    }

.flPersonFull {
    width: 512px;
    font-size: 22px;
    margin: 12px;
}

    .flPersonFull img {
        width: 512px !important;
        height: 512px !important;
    }

    .flPersonFull td {
        height: 48px !important;
    }

.flPersonTiny, .flPersonSmall, .flPersonSmallRect, .flPersonMedium, .flPersonBig, .flPersonFull {
    float: left;
    font-family: 'Roboto', sans-serif;
    border: 1px solid lightgray;
    border-radius: 10px;
    color: black;
    cursor: pointer;
}

    .flPersonTiny:hover, .flPersonSmall:hover, .flPersonSmallRect:hover, .flPersonMedium:hover, .flPersonBig:hover, .flPersonFull:hover {
        border-color: gray !important;
        color: blue;
    }

    .flPersonTiny th, .flPersonSmall th, .flPersonSmallRect th, .flPersonMedium th, .flPersonBig th, .flPersonFull th {
        text-align: center;
    }

    .flPersonTiny td, .flPersonSmall td, .flPersonSmallRect td, .flPersonMedium td, .flPersonBig td, .flPersonFull td {
        text-align: center;
    }



@media only screen and (min-width : 1200px) { .flPersonSmallRect { width: 23%; } }
@media only screen and (min-width : 1000px) and (max-width : 1199px) { .flPersonSmallRect { width: 31%; } }
@media only screen and (min-width : 800px) and (max-width : 999px) { .flPersonSmallRect { width: 48%; } }
@media only screen and (max-width : 799px) { .flPersonSmallRect { width: 100%; } }

