/* Write your custom css code here */

body{
overflow-y: scroll;
}


p{
  /* text-align:justify; */
}

/* Write your custom css code here */


.grijs{
 background-color: #F0F0F0;
 }
 
.banner-fp{
    height: 175px;
    background-color: #fafafa;
    background-image: url("http://fonspennings.nl/images/design/banner/banner-fp1580.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	background-attachment: fixed;
}

.banner-pm{
    height: 175px;
    background-color: #000;
    background-image: url("http://fonspennings.nl/images/design/banner/banner-pm.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.banner-khen{
    height: 175px;
    background-color: #fafafa;
    background-image: url("http://fonspennings.nl/images/design/banner/banner-fp1920.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	background-attachment: local;
}


/* Youtube layout */


div.titlebelowthumb{
  text-align:justify;
  x-background-color: #FFF;
}

div.imgbox.fpthumb.shadow10d{

border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}

div.titlebelowthumb {
padding: 0px;
padding-bottom:0px;

}


div.titlebelowthumb > a.magpopif{
display: inline-block;
background-color: #f0f0f0;
min-height: 4em;
width: 100%;
text-align: center;
vertical-align: middle;
padding: 5px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
box-shadow: 0 0 10px #222;
margin-bottom:10px;
}


div.titlebelowthumb > a.magpopif:hover{
background-color: #e0e0e0;
}

.YT-WZZ div.titlebelowthumb > a.magpopif{
background-color: #ff9e19;
}

.YT-WZZ div.titlebelowthumb > a.magpopif:hover{
background-color: #d13139;

}

