@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css");
/*@import url("tijdslijn.css");*/
@import url("timeline.css");
@import url("styles.css");

*{
  margin:0;
  padding:0;
}
html,
body {
  width: 100%;
  height: 100%;
  /*background-color: #999;*/
  font:14px/1.3 'Segoe UI',Arial, sans-serif;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
/***
#wrapper{
  width:100%;
  margin:0px auto;
  height: auto;
  margin-bottom: 200px;
  overflow:hidden;
  position: relative;
  z-index: 100;
}
*/
#selectie{
  float: left;
  display: inline;
  background-color: #333;
  width: 100%;
  height: 70px;
  color: #fff;
  padding: 5px 0px 5px 5px;
  z-index: 1;
}
.regio{
  display: none;
}
.jaartal{
  text-align: center;
}
.jaartal a{
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
.regioblok{
  float: right;
  display: inline;
  min-width: 30%;
  height: 20px;
  color: #fff;
  padding: 2px;
  text-align: center;
}
.europa{
  background-color:#0059FF;
}
.belgie{
  background-color:#C60000;
}
.torhout{
  background-color:#007F0E;
}
.boordboven{
  padding-top: 10px;
}
.tijdslijn{
  min-height: 100%;
}
.infoscherm{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  max-height: 90%;
  padding-bottom: 30px;
  overflow: scroll;
  height: auto;
  margin-top: 75px;
  color: #fff;
  background-color: rgba(0,0,0,0.8);
}
.sluitknop
{
  width: 150px;
  height: 30px;
  color: #000;
  background-color: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a, a:visited {
  text-decoration:none;
  outline:none;
  color:#fff;
}
a:hover{
  text-decoration:underline;
}
p{
  color: #fff;
}