body, html {height: 100%; margin: 0; padding: 0;}
.container {height: 100%;}
.background {background-image: url(../img/background.jpg); height: 100%; width: 100%; position: absolute;
    background-position: center center;
    background-attachment: fixed;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.eventName  {height: 10%; vertical-align: middle; position: relative;}
.participantName {height: 20%; }
.bibNo {height: 40%; font-weight: bold;}
.category {height: 10%; }
.overlay {position: relative; z-index: 1; height: 65%; top: 27%;}
.eventName, .participantName, .bibNo, .category {text-align: center; vertical-align: middle;}
.fit {position: relative; top: 50%; transform: translateY(-50%);}
.participantDetail {height: 100%; display: none;}
.instruction {text-align: center; width: 100%; animation: blinker 1s linear infinite;}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

body{
    /*background-image: url(../img/bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    font-family: Pluto, 'Helvetica', 'Arial';
}
.container.withImage {margin: 0;}
#ImageHolder {position: absolute; top: 0; left: 0; width: 100%;}
#ImageHolder .imageContainer {width: 31.3%; padding: 1%; float: left;}
.imageContainer img {width: 100%;}


/* Asli bawaan pulung */
.left-icon{
    position: absolute;
    left: 0;
    width: 300px;
    background-color: rgba(255,255,255,0.5);
}
.right-icon{
    position: absolute;
    right: 0;
    width: 300px;
    background-color: rgba(255,255,255,0.5);
}
.right-icon img{
    margin-left: 60px;
}
.bg-holder{
	position: relative;
	position-top:0px;
    position-bottom:0px;
    height: 100%; 
    width: 100%;
}
.container{
    margin: auto 5%;
    /*width: 800px;*/
    /*height: 550px;*/
    /*background-color: white;*/
    
    /*margin-top: 50px;*/
    /*position: relative;*/
    /*box-shadow: 2px 2px 4px #000;*/
}
.header{
    background-color: red;
}
.header h3{
    font-size: 30px;
    margin: 0px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-weight: bold;
}
.content-body{
    text-align: center;
}
.content-body .bib{
    font-size: 80px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 40px;
}
.content-body .name{
    font-size: 50px;
    font-style: italic;
    margin-bottom: 40px;
}
.content-body .category{
    font-weight: bold;
    font-size: 45px;
}
.footer{
    position: absolute;
    bottom: 0;
    margin:0;
    background-color: #008080;
    width: 100%;
    
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-style: italic;
    z-index: 0;
}
.footer span{
    padding-left: 20px;
}
.container.e_444 {color: #ffffff}
