/* 
the following elements are FULLY controlled by js after initial load:
    .centerhidden

    .menuopen_gt1200
    .menuclose_gt1200

    .menuopen_lt1200
    .menuopen_gt1200

the following elements are PARTIALLY controlled by js after initial load:
    .left

    .manualsleft_navbar
    .manualsright_iframe
*/


/* Makes the way the boxes are sized more intuitive */
* {box-sizing:border-box}

/* Insert Sofia Sans Font */
@font-face {
    font-family: 'Sofia Sans';
    src: url('files/fonts/Sofia_Sans_Condensed/SofiaSansCondensed-VariableFont_wght.ttf') format('truetype');
}


body {
    overflow-y: scroll;

    font-weight: bold;
  
    background-image: url(files/background/Lynx-medium.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  
    text-align: center;
    justify-content: center;
  
    font-family:'Sofia Sans', Times New Roman;
}



/* Mobile Menu Bar - <700px (functional CSS in the 700px media query) */
.navmobile{
    display: none;
}


iframe.navbar{
    width: 100%;
    height: 70px;  
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #c3111100;
    border-style: none;
}



.main{
    position: absolute;
    top: 70px;
    left: 0;

    margin: 15px;
    border-radius: 25px;

    height: auto;
    
    /* I do not know why, I do not know how but for some reason without this .main does not span the whole page if the screen width is high enough */
    /* width = 100% - 2 * margin .main */
    width: calc(100% - 2 * 20px);
    
    padding: 15px;

    background-color: #D6C5C9a4;
    }
    .mainflex{
    display: flex;
    flex-direction: row;
}
  

/* inital load -> js */
.menuclose_gt1200,
.menuopen_gt1200,
.menuclose_lt1200,
.menuopen_lt1200{
    background-color: #6D76A7;
    height: 50px;
    width: 50px;

    position: absolute;
    left: 17.5%;

    text-align: center;

    /* top left, top right, bottom right, bottom left */
    border-radius: 0px 10px 10px 0px;

    display: none;
    }

    /* inital load -> js */
    .menuclose_lt1200{
        left: 25%;
    }

    /* inital load -> js */
    .menuopen_gt1200,
    .menuopen_lt1200{
        left: 0;

        /* top left, top right, bottom right, bottom left */
        border-radius: 5px 10px 10px 0px;
    }

    .menuopen_gt1200{
        display: block;
    }

    .menuclose_gt1200 button,
    .menuopen_gt1200 button,
    .menuclose_lt1200 button,
    .menuopen_lt1200 button{
        border: none;
        background-color: #6d76a700;

        width: 100%;
        height: 100%;

        font-size: 275%;
        color: white;
        font-weight: bold;

        cursor: pointer;  
    }

    /* inital load -> js */
    .menuclose_gt1200:hover,
    .menuopen_gt1200:hover,
    .menuclose_lt1200:hover,
    .menuopen_lt1200:hover{
        background-color: #B6BBD3;
}


/* inital load -> js */
.left{
    flex: 17.5%;
    max-width: 17.5%;

    display: none;

    /* top left, top right, bottom right, bottom left */
    border-radius: 25px 0px 25px 25px;

    color: white;

    height: 100%;

    padding: 5px;
    padding-bottom: 10px; 
    background-color: #6D76A7;
    }

    .menuimages{
        width: 100%;
        height: auto;
    }

    img.menubutterfly{
        max-width: 95%;
        margin-top: 5px;
    }

    img.menuvista{
        max-width: 95%;
        margin-top: 5px;
    }

    .menu{
        width: 100%;
        height: auto;
        font-size: 115%;
    }

    .collapsiblemenu {
        font-family:'Sofia Sans', Times New Roman; 
        font-size: 135%;
        color: rgb(255, 255, 255);
        text-align: center;
        margin: 5px;
        border-radius: 25px;
    
        background-color: #6D76A7;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        font-size: 175%;
    }
    
    .collapsiblemenu:after {
        content: '\2228';
        color: rgb(255, 255, 255);
        float: right;
        margin-left: 5px;
        background-color: #6D76A7;
    }

    .activemenu{
        background-color: #bbb;
    }

    .activemenu:after {
        content: "\2227";
        background-color: #bbb;
    }
    
    .contentmenu {
        font-family:'Sofia Sans', Times New Roman;
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #6D76A7;
        font-size: 150%;
}

a.menulinks:link {color:white; text-decoration: none;}
a.menulinks:visited {color:white; text-decoration: none;}
a.menulinks:hover {color: #E2C4D8; text-decoration: none;}

a.middlelinks:link {color:#551A8B; text-decoration: none;}
a.middlelinks:visited {color:#551A8B; text-decoration: none;}
a.middlelinks:hover {color: #c484e4; text-decoration: none;}


/* inital load -> js */
.centerhidden{
    flex: 77.5%;
    max-width: 77.5%;
    height: auto;
    }

    .centervisible{
    border-radius: 25px;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    width: 98%;
    padding: 1.5%;
    background-color: #ebd9dd44;
    font-size: 100%;
    }
    
    .middle_top,
    .manuals_0,
    .manuals_1,
    .manuals_2,
    .manuals_3,
    .manuals_4{
        height: auto;
        width: 100%;
        max-width: 100%;
        border-style: solid;
        border-radius: 25px;
        padding: 15px;
        margin-bottom: 10px;
        text-align: left;
        background-color: #E2C4D8c2;
        text-align: center;
        }
        .middle_top{
            font-size: 250%;
    }



    .manuals_flex{
        height: 100%;
        width: 100%;

        background-color: #4b4b4b;
        border-radius: 25px;

        display: flex;
        flex-flow: row;
        flex: 0 1 auto;
    }

    
    .manualsleft_open_0,
    .manualsleft_open_1,
    .manualsleft_open_2,
    .manualsleft_open_3,
    .manualsleft_open_4{
        flex: 1 1 auto;
            /* 
            The above is shorthand for:
            flex-grow: 1,
            flex-shrink: 1,
            flex-basis: auto
            */
        width: 5%;
        height: 97%;

        background-color: #001eff00;

        border-radius: 25px;

        text-align: center;

        display: none;
        }
        #manualsleft_open_2,
        #manualsleft_open_3{
            display: block;
            height: 630px;
        }
        .manualsleft_open_0:hover,
        .manualsleft_open_1:hover,
        .manualsleft_open_2:hover,
        .manualsleft_open_3:hover,
        .manualsleft_open_4:hover{
            background-color: #626262;
    }

    button.manualsleftbutton_open_0,
    button.manualsleftbutton_open_1,
    button.manualsleftbutton_open_2,
    button.manualsleftbutton_open_3,
    button.manualsleftbutton_open_4{
        font-family:'Sofia Sans', Times New Roman;
        border-style: none;
        font-size: 400%;
        font-weight: bold;
        color: white;
        cursor: pointer;
        background-color: #001eff00;

        text-align: center;
    
        width: 100%;
        height: 100%;
    }
    button.manualsleftbutton_open_0:hover,
    button.manualsleftbutton_open_1:hover,
    button.manualsleftbutton_open_2:hover,
    button.manualsleftbutton_open_3:hover,
    button.manualsleftbutton_open_4:hover{
        color: #7ACBF5;
    }



    
    /* inital load -> js */
    .manualsleft_navbar_0,
    .manualsleft_navbar_1,
    .manualsleft_navbar_2,
    .manualsleft_navbar_3,
    .manualsleft_navbar_4{
        flex: 1 1 auto;
            /* 
            The above is shorthand for:
            flex-grow: 1,
            flex-shrink: 1,
            flex-basis: auto
            */
        width: 25%;
        height: 97%;

        padding-left: 10px;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        padding-right: 0px; 

        background-color: #001eff00;

        text-align: center;

        font-size: 225%;
    }
    .manualsleft_navbar_2,
    .manualsleft_navbar_3{
        display: none;
    }


    .manualsleft_controls{
        height: 50px;

        background-color: #626262;
        width: 100%;

        /* top left, top right, bottom right, bottom left */
        border-radius: 25px 25px 0px 0px;

        display: flex;
        flex-direction: row;
        }

        button.autoindex_menu_backward,
        button.autoindex_menu_home_gt1200,
        button.autoindex_menu_home_lt1200,
        button.autoindex_menu_forward{
            font-family:'Sofia Sans', Times New Roman;
            color: white;
            background-color: #04aa6d00;
            font-size: 100%; 
            border-style: none;
            border-radius: 15px;
            text-decoration: none;
            font-weight: bolder;
            width: 33%;
        }

        button.autoindex_menu_home_gt1200{
            padding-top: 10px;
            width: 34%;
        }

        button.autoindex_menu_home_lt1200{
            display: none;
        }

        button.autoindex_menu_backward{
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }  

        button.autoindex_menu_forward:hover,
        button.autoindex_menu_backward:hover,
        button.autoindex_menu_home_gt1200:hover,
        button.autoindex_menu_home_lt1200:hover{
            background-color: #7ACBF5;
            color: white;
    }


    .manualsleft_menu_0,
    .manualsleft_menu_1,
    .manualsleft_menu_2,
    .manualsleft_menu_3,
    .manualsleft_menu_4,
    .manualsleft_options_0,
    .manualsleft_options_1,
    .manualsleft_options_2,
    .manualsleft_options_3,
    .manualsleft_options_4{
        height: 500px;
        width: 100%;

        padding-right: 5px;

        background-color: #626262;

        overflow-y: scroll;
        overflow-x: hidden;

        display: block;

        /* top left, top right, bottom right, bottom left */
        border-radius: 0px 0px 5px 5px;
        }
        .manualsleft_options_0,
        .manualsleft_options_1,
        .manualsleft_options_2,
        .manualsleft_options_3,
        .manualsleft_options_4{
            display: none;
        }


        #iframezoom,
        #iframeheight_gt1200{
            display: block;
        }

        #iframeheight_lt1200{
            display: none;
        }

        .iframezoom_mobile{
            display: none;
        }

        a.autoindex_menu_link{
            color: white;
            font-size: 100%; 
            text-decoration: none;
            font-weight: bold;
        }
        a.autoindex_menu_link:hover{
            color: #7ACBF5;
        }


        button.iframe_menu_options{
            font-family:'Sofia Sans', Times New Roman;
            color: white;
            background-color: #04aa6d00;
            font-size: 100%; 
            border-style: none;
            border-radius: 15px;
            font-weight: bold;
        }
        button.iframe_menu_options:hover{
            color: #EAACB8;
            cursor: pointer;
        }
        #iframe_menu_options_standard{
            color: #7ACBF5;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        #iframe_menu_options_standard:hover{
            color: #EAACB8;
    }


    .collapsiblemanuals {
        font-family:'Sofia Sans', Times New Roman; 
        font-size: 75%;
        color: white;
        text-align: center;
        margin: 5px;
        border-radius: 25px;
      
        background-color: #A5A5A5;
        cursor: pointer;
        padding: 18px;
        width: 98%;
        border: none;
        text-align: left;
        }

        .collapsiblemanuals:after {
          content: '\2228';
          color: white;
          float: right;
          margin-left: 5px;
        }
      
        .activemanuals:after {
          content: "\2227";
        }
      
        .contentmanuals {
          font-family:'Sofia Sans', Times New Roman;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.2s ease-out;
          background-color: #c3ff0000;
          border: none;
          font-size: 70%;
    }


    .manualsleft_selector{
        height: 65px;

        width: 100%;

        background-color: rgba(131, 255, 8, 0);

        overflow: hidden;

        font-size: 70%;

        display: flex;
        flex-direction: row;
        }


        .manualsleft_selector_flex{
            flex: 85%;
            max-width: 85%;

            display: flex;
            flex-direction: row;
        }


        .manualsleft_selector_close_0,
        .manualsleft_selector_close_1,
        .manualsleft_selector_close_2,
        .manualsleft_selector_close_3,
        .manualsleft_selector_close_4,
        .manualsleft_selector_left_0,
        .manualsleft_selector_left_1,
        .manualsleft_selector_left_2,
        .manualsleft_selector_left_3,
        .manualsleft_selector_left_4,
        .manualsleft_selector_right_0,
        .manualsleft_selector_right_1,
        .manualsleft_selector_right_2,
        .manualsleft_selector_right_3,
        .manualsleft_selector_right_4{
            flex: 50%;
            width: 50%;
            background-color: #626262;

            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .manualsleft_selector_close_0,
        .manualsleft_selector_close_1,
        .manualsleft_selector_close_2,
        .manualsleft_selector_close_3,
        .manualsleft_selector_close_4{
            flex: 15%;
            max-width: 15%;

            font-size: 175%;

            /* top left, top right, bottom right, bottom left */
            border-radius: 5px 0px 10px 10px;
        }
        .manualsleft_selector_left_0,
        .manualsleft_selector_left_1,
        .manualsleft_selector_left_2,
        .manualsleft_selector_left_3,
        .manualsleft_selector_left_4{
            /* top left, top right, bottom right, bottom left */
            border-radius: 0px 0px 10px 10px;
        }
        .manualsleft_selector_right_0,
        .manualsleft_selector_right_1,
        .manualsleft_selector_right_2,
        .manualsleft_selector_right_3,
        .manualsleft_selector_right_4{
            /* top left, top right, bottom right, bottom left */
            border-radius: 0px 5px 10px 10px;
        }
        .manualsleft_selector_close_0,
        .manualsleft_selector_close_1,
        .manualsleft_selector_close_2,
        .manualsleft_selector_close_3,
        .manualsleft_selector_close_4,
        .manualsleft_selector_right_0,
        .manualsleft_selector_right_1,
        .manualsleft_selector_right_2,
        .manualsleft_selector_right_3,
        .manualsleft_selector_right_4{
            background-color: #62626200;
        }
        .manualsleft_selector_close_0:hover,
        .manualsleft_selector_close_1:hover,
        .manualsleft_selector_close_2:hover,
        .manualsleft_selector_close_3:hover,
        .manualsleft_selector_close_4:hover,
        .manualsleft_selector_left_0:hover,
        .manualsleft_selector_left_1:hover,
        .manualsleft_selector_left_2:hover,
        .manualsleft_selector_left_3:hover,
        .manualsleft_selector_left_4:hover,
        .manualsleft_selector_right_0:hover,
        .manualsleft_selector_right_1:hover,
        .manualsleft_selector_right_2:hover,
        .manualsleft_selector_right_3:hover,
        .manualsleft_selector_right_4:hover{
            background-color: #626262;
        }

        button.selectorbutton_close_0,
        button.selectorbutton_close_1,
        button.selectorbutton_close_2,
        button.selectorbutton_close_3,
        button.selectorbutton_close_4,
        button.selectorbutton_left_0,
        button.selectorbutton_left_1,
        button.selectorbutton_left_2,
        button.selectorbutton_left_3,
        button.selectorbutton_left_4,
        button.selectorbutton_right_0,
        button.selectorbutton_right_1,
        button.selectorbutton_right_2,
        button.selectorbutton_right_3,
        button.selectorbutton_right_4{
        font-family:'Sofia Sans', Times New Roman;
        border-style: none;
        font-size: 100%;
        font-weight: bold;
        color: white;
        cursor: pointer;
        background-color: #001eff00;

        width: 100%;
        height: 100%;
        }
        button.selectorbutton_close_0:hover,
        button.selectorbutton_close_1:hover,
        button.selectorbutton_close_2:hover,
        button.selectorbutton_close_3:hover,
        button.selectorbutton_close_4:hover,
        button.selectorbutton_left_0:hover,        
        button.selectorbutton_left_1:hover,
        button.selectorbutton_left_2:hover,
        button.selectorbutton_left_3:hover,
        button.selectorbutton_left_4:hover,
        button.selectorbutton_right_0:hover,
        button.selectorbutton_right_1:hover,
        button.selectorbutton_right_2:hover,
        button.selectorbutton_right_3:hover,
        button.selectorbutton_right_4:hover{
        color: #7ACBF5;
    }


    #manualsleft_menu_0::-webkit-scrollbar,
    #manualsleft_menu_1::-webkit-scrollbar, 
    #manualsleft_menu_2::-webkit-scrollbar, 
    #manualsleft_menu_3::-webkit-scrollbar, 
    #manualsleft_menu_4::-webkit-scrollbar,  
    #manualsleft_options_0::-webkit-scrollbar,
    #manualsleft_options_1::-webkit-scrollbar,
    #manualsleft_options_2::-webkit-scrollbar,
    #manualsleft_options_3::-webkit-scrollbar,
    #manualsleft_options_4::-webkit-scrollbar{
        width: 12px;
    }
    #manualsleft_menu_0::-webkit-scrollbar-track,
    #manualsleft_menu_1::-webkit-scrollbar-track,
    #manualsleft_menu_2::-webkit-scrollbar-track,
    #manualsleft_menu_3::-webkit-scrollbar-track,
    #manualsleft_menu_4::-webkit-scrollbar-track,
    #manualsleft_options_0::-webkit-scrollbar-track,
    #manualsleft_options_1::-webkit-scrollbar-track,
    #manualsleft_options_2::-webkit-scrollbar-track,
    #manualsleft_options_3::-webkit-scrollbar-track,
    #manualsleft_options_4::-webkit-scrollbar-track{
        border-radius: 8px;
        background-color: #a5a5a53b;
    }
    #manualsleft_menu_0::-webkit-scrollbar-thumb, 
    #manualsleft_menu_1::-webkit-scrollbar-thumb, 
    #manualsleft_menu_2::-webkit-scrollbar-thumb, 
    #manualsleft_menu_3::-webkit-scrollbar-thumb, 
    #manualsleft_menu_4::-webkit-scrollbar-thumb, 
    #manualsleft_options_0::-webkit-scrollbar-thumb,
    #manualsleft_options_1::-webkit-scrollbar-thumb,
    #manualsleft_options_2::-webkit-scrollbar-thumb,
    #manualsleft_options_3::-webkit-scrollbar-thumb,
    #manualsleft_options_4::-webkit-scrollbar-thumb{
        border-radius: 8px;
        background-color: #D2D2D23b;
    }





    /* inital load -> js */
    .manualsright_iframe_0,
    .manualsright_iframe_1,
    .manualsright_iframe_2,
    .manualsright_iframe_3,
    .manualsright_iframe_4{
        flex: 1 1 auto;
            /* 
            The above is shorthand for:
            flex-grow: 1,
            flex-shrink: 1,
            flex-basis: auto
            */
        width: 75%;
        background-color: #c3ff0000;
    }
    iframe.iframestyle_0,
    iframe.iframestyle_1,
    iframe.iframestyle_2,
    iframe.iframestyle_3,
    iframe.iframestyle_4{
            width: 97%;
            height: 97%;
            background-color: #ebd9dd;

            zoom: 1.0;

            margin-top: 1.5%;
            margin-bottom: 1.5%;
            margin-right: 2%;
            margin-left: 1%;

            border-radius: 15px;

            border: none;
    }
    .manualsright_iframe_2,
    .manualsright_iframe_3{
        width: 95%;
    }
    iframe.iframestyle_3{
        zoom: 0.8;
    }
    iframe.iframestyle_3{
        zoom: 0.675;
    }








.right{
    flex: 22.5%;
    max-width: 22.5%;
    height: 100%; 
    background-color: #ebd9dd44;;
    padding: 10px;
    border-radius: 35px;
    }

    .rightcolumn{
        width: 100%;
        padding: 10px;
        border-radius: 35px;
        background-color: #D6C5C9a4;
    
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        }
        span.rightcolumnnotice{
            font-size: 300%;
            text-align: center;
            margin: 10px;
            width: 100%;
            max-width: 100%;
        }
        .rightcolumn1, .rightcolumn2, .rightcolumn3{
            flex: 100%;
            max-width: 100%;
    }
    
    
    a.rightlinks:link {color:rgb(0, 0, 0); text-decoration: none;}
    a.rightlinks:visited {color:rgb(0, 0, 0); text-decoration: none;}
    a.rightlinks:hover {color: #EBD9DD; text-decoration: none;}
    
    .amc{
        border-radius: 25px;
        width: 100%;
        height: auto;
        padding-top: 10px;
        background-color: rgb(77, 141, 179);
        margin-bottom: 15px;
        border-style: solid;    
        }
        img.amc66{
            max-width: 95%;
            border-radius: 25px;
            border-style: solid; 
            border-color: black;
    }
    
    
    .onedrive{
        border-radius: 25px;
        width: 100%;
        height: auto;
        background-color: #448cd0;
        margin-bottom: 15px;
        border-style: solid;    
        }
        img.onedriveqr{
            max-width: 75%;
            border-radius: 25px;
            border-style: solid; 
            border-color: black;
            margin-bottom: 10px;
    }
    
    .nextcloudquick{
        flex: 100%;
        max-width: 100%;
        border-radius: 25px;
        height: auto;
        padding: 5px;
        background-color: #BF678B;
        margin-bottom: 15px;
        border-style: solid;
    }

    .registration,
    .quickfile{
        flex: 100%;
        max-width: 100%;
        border-radius: 25px;
        height: auto;
        padding: 5px;
        background-color: #B598CC;
        margin-bottom: 15px;
        border-style: solid;
    }


iframe.bottominfo{
    border-radius: 25px;
    border-style: none;
    margin-top: 1%;
    width: 100%;
    height: auto;   
    padding: 5px; 
    background-color: rgba(255, 255, 255, 0.63);
}





/* < 1080P */
@media (max-width: 1200px){
    .mainflex{
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    /* inital load -> js */
    .left{
        flex: 25%;
        max-width: 25%;
        display: none;
    }
 
    /* inital load -> js */
    .menuclose_gt1200,
    .menuopen_gt1200,
    .menuclose_lt1200,
    .menuopen_lt1200{
        display: none;
    }

    /* inital load -> js */
    .menuopen_lt1200{
        display: block;
    }




    /* inital load -> js */
    .centerhidden{
        flex: 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .manualsleft_controls{
        height: 100px;
        flex-wrap: wrap;
        }

        button.autoindex_menu_backward,
        button.autoindex_menu_forward{
            width: 50%;
        }

        button.autoindex_menu_home_gt1200{
            display: none;
        }

        button.autoindex_menu_home_lt1200{
            display: block;
            width: 100%;
            padding-top: 10px;
        }

        .manualsleft_menu_0,
        .manualsleft_menu_1,
        .manualsleft_menu_2,
        .manualsleft_menu_3,
        .manualsleft_menu_4{
            /* top left, top right, bottom right, bottom left */
            border-radius: 0px 0px 0px 5px;

            height: 400px;
        }
        .manualsleft_options_0,
        .manualsleft_options_1,
        .manualsleft_options_2,
        .manualsleft_options_3,
        .manualsleft_options_4{
            /* top left, top right, bottom right, bottom left */
            border-radius: 0px 0px 5px 5px;
            
            height: 400px;
        }

        #iframezoom,
        #iframeheight_lt1200{
            display: block;
        }

        #iframeheight_gt1200{
            display: none;
        }


        .manualsleft_selector{
            display: flex;
            flex-direction: row;
            height: 105px;
            }
    
            .manualsleft_selector_close_0,
            .manualsleft_selector_close_1,
            .manualsleft_selector_close_2,
            .manualsleft_selector_close_3,
            .manualsleft_selector_close_4{
                flex: 15%;
                max-width: 15%;

                /* top left, top right, bottom right, bottom left */
                border-radius: 10px 0px 10px 10px;
            }
    
            .manualsleft_selector_flex{
                flex: 85%;
                max-width: 85%;
    
                display: flex;
                flex-direction: column;
            }
    
            .manualsleft_selector_left_0,
            .manualsleft_selector_left_1,
            .manualsleft_selector_left_2,
            .manualsleft_selector_left_3,
            .manualsleft_selector_left_4,
            .manualsleft_selector_right_0,
            .manualsleft_selector_right_1,
            .manualsleft_selector_right_2,
            .manualsleft_selector_right_3,
            .manualsleft_selector_right_4{
                flex: 100%;
                width: 100%;
            }

            .manualsleft_selector_left_0,
            .manualsleft_selector_left_1,
            .manualsleft_selector_left_2,
            .manualsleft_selector_left_3,
            .manualsleft_selector_left_4{
                /* top left, top right, bottom right, bottom left */
                border-radius: 0px 0px 10px 10px;
            }
            .manualsleft_selector_right_0,
            .manualsleft_selector_right_1,
            .manualsleft_selector_right_2,
            .manualsleft_selector_right_3,
            .manualsleft_selector_right_4{
                /* top left, top right, bottom right, bottom left */
                border-radius: 10px 10px 10px 10px;
            }




    .right{
        flex: 100%;
        max-width: 100%;
    
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        }
        
        .rightcolumn1, .rightcolumn2, .rightcolumn3{
            flex: 49%;
            max-width: 49%;
            height: 100%;
            margin-right: 0.5%;
            margin-left: 0.5%;
    }
}

@media (max-width: 900px){
    body {
        font-size: 85%;
    }
}

@media (max-width: 800px){
    .main{
        margin: 5px;
        width: calc(100% - 2 * 5px);

        padding: 5px;
        
        top: 55px;
        }
        .mainflex{
            display: flex;
            flex-direction: row;
    }

    .right{
        flex: 100%;
        max-width: 100%;
    }
}