/*=== Algemeen ===*/
    html, body {
        /*background-color: #f3f3f3;*/
        margin: 0px;
        padding: 0px;
        font-family: Roboto, Arial, sans-serif;
        width: 100%;
        overflow-x: hidden;
    }
    
    body.background {
        background-image: url(background.jpg);
        background-size: 100% 100%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
    }
    
    body.background div.filter {
        position: absolute;
        background: #ffffff80;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0;
    }
    
    .bottom-space {margin-bottom: 15px;display:block;}
    
    .centerdiv {margin: auto;} /*center div*/
    .alignleft {text-align:left;}
    .alignright {text-align:right;}
    .aligncenter {text-align:center;}
    
    .floatLeft{float:left;}
    .floatRight{float:right;}
    
    .clear {clear:both;}
    
    .fullWidth {width: 100%}
    
    /*Grid systeem*/
    .grid {display:grid;}
    .grid.gap {grid-gap:7px}
    .grid.g2 {    grid-template-columns: 1fr 1fr;}
    .grid.g3 {    grid-template-columns: 1fr 1fr 1fr;}
    .grid.g4 {    grid-template-columns: 1fr 1fr 1fr 1fr;}
    .grid.g5 {    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
    .grid.g6 {    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;}
    .grid.g7 {    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;}
    .grid.g8 {    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;}
    .grid.g9 {    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;}

    .grid .colspan2 {grid-column: auto / span 2;}
    .grid .colspan3 {grid-column: auto / span 3;}
    .grid .colspan4 {grid-column: auto / span 4;}
    .grid .colspan5 {grid-column: auto / span 5;}
    .grid .colspan6 {grid-column: auto / span 6;}
    
    @media only screen and (max-width: 560px) {
        .grid.g2, .grid.g3, .grid.g4, .grid.g5, .grid.g6, .grid.g7, .grid.g8, .grid.g9 {    grid-template-columns: 1fr 1fr;}
        
    }
    
    /*scrolbar*/
    ::-webkit-scrollbar {width: 7px;}
    ::-webkit-scrollbar-track {background: #f1f1f1; }
    ::-webkit-scrollbar-thumb {background: #ffb6ac; border-radius: 90px;}
    ::-webkit-scrollbar-thumb:hover {background: #FF361A; }

    /*colors*/
	.color_gold {color:gold;}
    .color_gray {color: gray;}
    .color_red {color:red;}
    .color_green {color: green;}

/*=== USER BADGES ===*/
    /* Global */
        .rankBadge {
        	display:inline-block;
        	box-sizing:border-box;
        	overflow:hidden;
        	border:1px solid #DDDDDD;
        	width:100%;
        	height:35px;
        	line-height:35px;
        	border-radius:10px;
        	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);	
        }
        .rankBadge:before {
        	display:inline-block;
        	height:34px;
        	width:32px;
        	text-align:center;
        	font-weight: 900;
        	font-family:"Font Awesome 5 Free";
        	border-right:1px solid #DDDDDD;
        	font-size:20px;
        	content:'\00A0';
        }
        .rankBadge:after {
        	display:inline-block;
        	padding-left:2px;
        	font-family:arial, sans-serif;
        	font-weight:bold;
        	font-size:13px;
        	text-align:left;
        	vertical-align:top;
        	content: attr(title);
        	max-width:113px !important;
        }
    
    /* Blocked */
        .rank0 { /* Beta Tester */
    	    border-color:#e7e7e7;
    	    background-color:#f9f9f9;
        }
        .rank0:before {
    	    content:"\f05e";
    	    border-right-color:#e7e7e7;
    	    color:#50504f;
        }
        .rank0:after {
    	    color:#9d9e9e;
    	    text-shadow: 1px 1px 2px rgba(157, 158, 158, 0.7);
        }
   
    /* Owner */
        .rank6 { /* Beta Tester */
    	    border-color:#9c27b0;;
    	    background-color:#f9f9f9;
        }
        .rank6:before {
    	    content:"\f787";
    	    border-right-color:#e7e7e7;
    	    color:#9c27b0;
        }
        .rank6:after {
    	    color:#9d9e9e;
    	    text-shadow: 1px 1px 2px rgba(157, 158, 158, 0.7);
        } 
    /**/
    
    
.Rank10 { /* PF Supporter */
	border-color:#e7e7e7;
	background-color:#f9f9f9;
}
.Rank10:before {
	content:"\f164";
	border-right-color:#e7e7e7;
	color:#50504f;
}
.Rank10:after {
	content:"PF Supporter";
	color:#7d00da;
	text-shadow: 1px 1px 2px rgba(125, 0, 218, 0.7);
}

.Rank11 { /* Beta Tester */
	border-color:#e7e7e7;
	background-color:#f9f9f9;
}
.Rank11:before {
	content:"\f007";
	border-right-color:#e7e7e7;
	color:#50504f;
}
.Rank11:after {
	content:"Beta Tester";
	color:#50504f;
	text-shadow: 1px 1px 2px rgba(80, 80, 79, 0.7);
}



/*=== ===*/
    .note {
        background-color: #ff361a;
        display: block;
        color: #f5f5f5ed;
        text-decoration: none;
        padding: 5px;
        border: 2px dotted #F5F5F5ed;
    }
    
    .note a {
        color: #f5f5f5ed;
    }
    
    .silentNote {
    background-color: #0000000f;
    color: #00000085;
    padding: 7;
    margin: 7px 0px;
}

    .silentNote a {
    color: #00000085;
}
    
    /*linken*/
    .noLinkStyle a:link { /*normaal*/
        text-decoration: inherit;
        color: inherit; 
    }
    
    .noLinkStyle a:visited { /*al een keer geopend*/
        text-decoration: inherit;
        color: inherit;
    }
    
    .noLinkStyle a:hover { /*hover*/
        text-decoration: inherit;
        color: inherit;
    }
    
    .noLinkStyle a:active { /*op momend van klikken*/
        text-decoration: inherit;
        color: inherit;
    }
    
    .fillParent {
        position: absolute;
        right: 0px;
        left: 0px;
        top: 0px;
        bottom: 0px;
        height: 100%;
        width: 100%;
    }
/*=== Social ===*/
                .fbLikeButton {
                        background-color: rgb(253, 253, 253);
    padding: 5px;
    text-decoration: none;
    color: rgb(255, 107, 87);
    border: 1px solid rgb(255, 107, 87);
    border-radius: 6px;
    margin-bottom: 12px;
    display: block;
    width: max-content;
    }
    
/*=== Flipcard ===*/
    .flip-card {
        background-color: transparent;
        perspective: 1000px;
    }
    
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.3s;
        transform-style: preserve-3d;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    }
    
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }
    
    .flip-card-front{
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: #bbb;
        color: black;
    }
    
    .flip-card-back {
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: #ff361a;
        color: white;
        transform: rotateY(180deg);
    }
/*=== table ===*/
    table.style {
        width: 100%;
        border-spacing:0; /* Removes the cell spacing via CSS */
        border-collapse: collapse;  /* Optional - if you don't want to have double border where cells touch */
    }
    
    table.style thead {
        background-color: #ff361a;
        color: white;
    }
    
    table.style td {
        padding: 5px;
    }
    
    table.style tr:nth-child(even){background-color: #f2f2f2;}
    table.style tbody tr:hover {background-color: #e9e9e9;}
  
/*=== Tabs ===*/
    .tabs ul.tabControls {
      overflow: auto;
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    
    .tabs ul.tabControls li {
        margin: 0;
        padding: 0;
        float: left;
    }
    
    .tabs ul.tabControls a {
        box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
        background: #ad1c1c;
        background: linear-gradient(217deg, transparent 8px, #ad1c1c 11px);
        text-shadow: 0 1px 0 rgba(0,0,0,.5);
        color: #fff;
        float: left;
        font: bold 12px/35px 'Lucida sans', Arial, Helvetica;
        height: 35px;
        padding: 0 11px;
        text-decoration: none;
    }

    .tabs ul.tabControls a:hover {
        background: #c93434;
        background: linear-gradient(220deg, transparent 10px, #c93434 10px);     
    }

    .tabs ul.tabControl a:focus {
        outline: 0;
    }

    .tabs ul.tabControls #current a {
        background: #fff;
        background: linear-gradient(220deg, transparent 10px, #fff 10px);
        text-shadow: none;    
        color: #333;
    }

    .tabs .tabContent {
        background-color: #fff;
        background-image:         linear-gradient(top, #fff, #ddd);
        border-radius: 0 2px 2px 2px;
        box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
        padding: 30px;
        border-top: 1px solid lightgray;
    }

    /* Remove the rule below if you want the content to be "organic" */
    .tabs .tabContent div {
        min-height: 220px; 
    }

/*=== Header ===*/
    .header {
        background-color: #ffffff;
        height: 50px;
        padding: 0px 70px;
        position:fixed;
        top:0px;
        left:0px;
        right: 0px;
        border-bottom: 1px solid #E8E9E9;
        z-index: 50;
    }
    
    .header .logo {
        float: left;
        height: 100%;
    }
    
    .header .logo a {
        display: block;
        margin-top: 5px;
    }
    
    .header a.RightButton {
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: -1px;
        width: 45px;
        background-color: #FF361A;
        color: #ffffffa3;
    }
    
    .RightButton i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .header .avatar {
        float: right;
        margin-top: 9px;
        position: relative;
    }
    
/*=== sideview ===*/
    .sideview {
        border-radius: 7px;
        border: 1px solid #e8e9e9;
        padding: 4px;position: relative;
        margin: 8px;
        color: black;
        
        text-decoration: none;
    }
    
    .sideview .img {
        position: absolute;
        left: 0px;
        top:0px;
        bottom: 0px;
    }
    
    .sideview .details {
        text-align:right;
        overflow: hidden;
    }
    
    .sideview .circle {
        width: 14px;
        height: 14px;
        background-color: #e8e9e9;
        color: #ff361a;
        position: absolute;
        top: -10px;
        right: -10px;
        text-align: center;
        border-radius: 90px;
        vertical-align: middle;
        line-height: 20px;
        border: 1px solid #e8e9e9;
        font-size: 13px;
        cursor: pointer;
    }
    
/*=== topview ===*/
    
    .topview {
        border-radius: 7px;
        border: 1px solid #e8e9e9;
        padding: 4px;position: relative;
        margin: 8px;
        color: black;
        text-decoration: none;
    }
    
    .topview .img {
        margin: -4px;
        margin-bottom: 0px;
        border-radius: 4px 4px 0px 0px;
        overflow: hidden;
        position: relative;
    }

    
    .stars {
        position: absolute;
        top: 5px;
        right: 5px;
        background-color: #00000080;
        padding: 3px;
        color: white;
        border-radius: 10px;
    }
    
    .topview .details {
        
    }
/*=== avatar ===*/
    .avatar img {
        width: 40px;
        height: 40px;
        border-radius: 900px;
        border: 1px solid #e8e9e9;
    }
    
    .avatar.small img {
        width: 32px;
        height: 32px;
    }
    
    .avatar .pm {
        width: 20px;
        height: 20px;
        background-color: #ff361a;
        position: absolute;
        top: -5px;
        right: -5px;
        color: white;
        text-decoration: none;
        font-size: 15px;
        border-radius: 900px;
        overflow: hidden;
        text-align: center;
        line-height: 20px;
        vertical-align: middle;
        border: 1px solid lightgray;
    }
    
    .avatar.large img {
        width: 150px;
        height: 150px;
        border: 4px solid #e8e9e9;
    }
    
    .avatar.large .pm {
        width: 150px;
        height: 150px;
        top: -5px;
        right: -5px;
    }

/*=== menu ===*/
    .navigation {
        position: fixed;
        top: 51px;
        bottom: 0px;
        background-color: #f7f7f7;
        width: 270px;
        border-right: 1px solid #e8e9e9;
        overflow: auto;
        direction: rtl;
    }
    
    .navigation .menu, .navigation .footer {
        direction:ltr;
    }
    
    .navigation .menu {
        padding-left: 70px;
        padding-top: 15px;
    }
    
    .navigation .menu h6 {
        color: #ff361a;
        font-weight: bold;
        font-size: 24px;
        padding: 0px;
        margin: 0px;
    }
    
    .navigation .menu ul {
        margin: 0px;
        padding: 0px;
        padding-bottom: 11px;
        list-style-type: none;
        font-size: 16px;
    }
    
    .navigation .menu li {
        margin: 5px 0px;
    }
    
    .menu ul li a {
        text-decoration: none;
        color: grey;
    }
    
    .navigation .onlineusers {
            padding-bottom: 15px;
        }
    
    .menu ul li i {margin-right: 5px;}
    .menu ul li.active a, .menu ul li:hover a {color: black !important;}
    .menu ul li.active i, .menu ul li:hover i {color: #ff361a !important;}

/*=== waitbar ===*/
    .bar-main-container {
        margin: 10px auto;
        background: #ff361a;
        height: 60px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-family: sans-serif;
        font-weight: normal;
        font-size: 0.8em;
        color: #FFF;
    }
    
    .wrap { padding: 8px; position: relative;}
    
    .bar-percentage {
        float: left;
        background: rgba(0,0,0,0.13);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 9px 0px;
        width: 50px;
        height: 16px;
        text-align:center;
    }
    
    .bar-container {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: rgba(0,0,0,0.13);
        position: absolute;
        left: 60px;
        right: 10px;
        top: 20px;
        height: 10px;
        overflow: hidden;
    }
    
    .bar {
        float: left;
        background: #FFF;
        height: 100%;
        -webkit-border-radius: 10px 0px 0px 10px;
        -moz-border-radius: 10px 0px 0px 10px;
        border-radius: 10px 0px 0px 10px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    
    .bar-note {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

.bar-main-container .T1 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
/*=== footer ===*/
    .footer {
        text-align: center;
        color: #d6d6d6;
        border-top: 1px solid #e8e9e9;
        padding: 7px;
    }
/*=== slider ===*/
.slider ul.frame{
    overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}

.slider ul.frame li{
    font-size: initial;
    display: inline-block;
    width: 25%;
    margin: 0px;
}

/*=== Muziek tegel ===*/
    .music_tegel {
        background-color: #f3f1f1;
        border: 1px solid #e8e9e9;
        border-radius: 9px;
        overflow: hidden;
        text-align: center;
    }
    
    .music_tegel .top img {margin-bottom: 3px;display:block;}
    
    .music_tegel .top {
        padding: 7px;
        border-bottom: 1px solid lightgray;
    }
    
    .music_tegel .bottom {
        padding: 7px;
        font-size: 14px;
    }
    
    .music_tegel .bottom a {
        color: #ff361a;
        text-decoration: none;
    }
    
    .slider li .music_tegel {margin: 3;} /*ruimte tussen tegels in de slider*/

/*=== content ===*/
    .content {
        margin-top: 51px;
        margin-left: 271px;
    }
    
    .placeholder {
        padding: 15px;
        padding-right: 70px;
    }
    
    h1, h2, h3 {
        color: #ff361a;
        margin: 0px;
        padding: 0px;
        font-size: 20px;
    }
    
    h1 a, h2 a, h3 a {
        color: #ff361a;
    }
    
/*=== inputs ===*/
    form .nota {
        background-color: #ffb0b0;
        border: 1px solid red;
        padding: 7px;
        color: #313131;
    }

    form input[type="text"], form input[type="password"], form select {
        padding: 5px;
        font-size: 14px;
        display: block;
        border: 1px solid #e8e9e9;
        margin: 0px;
        width: 100%;
    }
    
    form input[type=submit], form button, .button {
background-color: #ff361a;
    border: 1px solid #e8e9e9;
    border-radius: 5px;
    color: #ffffffd4;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    width: fit-content;
    line-height: 1.428571;
    padding: 1px 5px;
    display: inline-block;
    }
    
    form input[type=submit].fullWidth, form button.fullWidth, .button.fullWidth {
        width: 100% !important;
        display: block;
    }
    
    form .iconinput input, form .iconinput select {
        outline: none;
        box-sizing: border-box;
        width: calc(100% - 25px);
        background-color: transparent;
        margin-left: 25px;
        border: none;
    }
    
    form .iconinput {
        border: 1px solid #e8e9e9;
        display: block;
        overflow: hidden;
        position: relative;
    }
    
    form .iconinput i {
        position: absolute;
        top: 50%;
        left: 4px;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        color: #757575;
    }
    
    .ac_container.red, label:not(.iconinput) input.red, label:not(.iconinput) select.red, .iconinput.red {
        background: #ff7878;
        border: 1px solid red;
    }
    
    .ac_container.green, label:not(.iconinput) input.green, label:not(.iconinput) select.green, .iconinput.green {
        background-color: #12bb12;
        border: 1px solid #11af11;
    }
    
    .error {
        color: red;
    }
    
    input.loading {
        background-image: url(main/design/loader.gif);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position-x: right;
    }
/*=== login ===*/
    body.login .container {
        position: absolute;
        top: 51px;
        left: 0;
        right: 0;
        bottom: 0px;
    }
    
    body.login .centercontainer {
        background: white;
        border: 1px solid #e8e9e9;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        max-width: 90%;
        max-height: 90%;
        padding: 40px;
    }
    
/*=== videocard ===*/
    .videoCard {
        padding: 5px;
        overflow: hidden;
        background-color: #e2e2e2;
        border: 1px solid #dadada;
    	position: relative;
    }
    
    .videoCard .cardImage {
        width: 30%;
        overflow: hidden;
    }
    
    .videoCard .cardContent {
        position: absolute;
        top: 5px;
        left: 30%;
        padding-left: 5px;
        bottom: 5px;
        right: 5px;
        overflow: hidden;
    }
    
    .videoCard .cardContent a {
        color: darkslategray;
        text-transform: capitalize;
        display: block;
    }
  
 /*=== header searchbar ===*/ 
 .zoekbalk {
    width: 35%;
    position: absolute;
    left: 270px;
    top: 10px;
    min-width: 270px;
}

.zoekbalk div.zoekbalkPlaceholder {
    border: 1px solid #e8e9e9;
    background-color: whitesmoke;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.zoekbalk input[type="text"] {
    padding: inherit;
    font-size: inherit;
    height: 28px;
    width: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    padding-left: 27px;
}

.zoekbalk i {
    color: #b9b9b9;
    position: absolute;
    left: 5px;
    top: 5px;
}

.zoekbalk ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.zoekbalk ul.resultaten {
    border: 1px solid #e8e9e9;
    background-color: white;
    z-index: -1;
    position: absolute;
    top: 12px;
    left: 0px;
    right: 0px;
    padding-top: 20px;
    display: none;
}

.zoekbalk ul ul li {
    height: 32px;
    line-height: 30px;
    padding: 5px;
    padding-left:42;
    vertical-align: middle;
    border-bottom: 1px dotted #e8e9e9;
}

.zoekbalk ul div {
    background-color: whitesmoke;
    padding: 5px;
    border: 1px solid #e8e9e9;
    border-left: 0px;
    border-right: 0px;
}

.zoekbalk li li img {
    position: absolute;
    left: 5px;
}

.zoekbalk li li span {
    float:right;
}

/**/
   .loadingAnimation {
    position: relative;
}

.loadingAnimation.active .overlay {
    display: block;
}
.loadingAnimation .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #0000002e;
    display: none;
}

.loadingAnimation .overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    
/*=== plugin's ===*/
    /*flipster*/
    .flipster__item__content div {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        color: white;
        background-color: rgba(0,0,0,0.54);
        padding: 3px;
        text-align: center;
        -webkit-box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.54);
        -moz-box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.54);
        box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.54);
    }
    
    .flipster__item__content span {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 2px 6px;
        color: white;
        background-color: #000000a3;
        border: 1px solid black;
        border-radius: 0px 0px 0px 20px;
    }
    
    .flipster__item__content a {
        display:block;
    }
    
/*=== MOBILE ===*/
	.no_gsm {
		display: block;
	}
	
	.gsm_only {
		display: none;
	}
	
	@media only screen and (max-width: 560px) {
        .ui-widget-content {
            top: 0px !important;
            left: 0px !important;
            width: auto !important;
            right: 0px !important;
            height: auto !important;
            bottom: 0px !important;
        }		


        .no_gsm {
			display: none;
		}
		
		.gsm_only {
			display: block;
		}
		
		/*header*/
		.header {
            padding: 0px 5px;
        }
        
        /*menu*/
        .navigation .menu-button {
            position: fixed;
            top: 5px;
            right: 5px;
            height: 40px;
            width: 40px;
            display: block;
            background-repeat: no-repeat;
            background-size: auto 100%;
            background-position: right;
            background-image: url(https://usdb.eu/main_site/main/design/burger.svg);
            z-index: 50;
        }
        
        .navigation.active .menu, .navigation.active .footer {
            display:block;
        }
        
        .navigation {
            position:absolute;
            top: 49px;
            right: 5px;
            left: 5px;
            bottom: auto;
            width: auto;
            background-color: transparent;
        }
        
        .navigation .menu {
            position:relative;
            z-index: 49;
            display:none;
            background-color: #f7f7f7;
            padding: 5px;
        }
        
        .navigation .footer {
            position:relative;
            z-index: 49;
            display:none;
            background-color: #f7f7f7;
            padding: 5px;
        }
        
        /*algemeen*/
        .content {
            margin-left: 0;
        }
        
        .placeholder {
            padding: 5px;
            padding-right: 5px;
        }


        /* songfile */
        html .splitview .links {
            width: inherit;
            float: inherit;
        }
        
        html .splitview .rechts {
            width: inherit;
            float: inherit;
        }
        
        html .splitview .links .container {
            margin: inherit;
        }
        
        html .FileInfoBar .MainGrid, html .FileInfoBar .MainGrid .grid {
            grid-template-columns: 1fr;
        }

        /*profiel*/
        html .profielView {
            grid-template-columns: 1fr;
        }
		
	}
	