
a.zorgplein
 {
 	 background-color:#ed7d31;
   color:#172c51;
   border-radius:30px;
   padding:20px;
 }

button.zorgplein
 {
 	 background-color:#ed7d31;
   color:#172c51;
   border-radius:30px;
   padding:20px;
 }
button.zorgplein:hover
 {
 	 background-color:#D76417;
   color:white;
 }
div.kop
 {
   background-color:#172c51;
   color:white;
 }
td.beschikbaar
 {
 	 background-color:#A1F896;
 }
td.beschikbaar:hover
 {
 	 background-color:#32DA1D;
 }
td.blokkade
 {
 	 background-color:#efefef;
 }
td.blokkade:hover
 {
 	 background-color:#e0e0e0;
 }

body 
 {
    font-family: 'Rooney Pro';
    font-weight: 300;
    font-style: normal;
    font-size:20px;
    background-color:white;
    color:#172c51;
    padding-left:5%;
    padding-right:5%;
    padding-bottom:5%;
 }

div.tekstdeel
 {
    background-color:white;
    color:#172c51;
    border-radius:50px;
    padding:30px;
  }
div.secundairdeel
 {
    background-color:#ed7d31;
    color:white;
    border-radius:20px;
    padding:15px;
  }

 h1 
  {
    font-family: 'Rooney Pro';
    font-weight: 900;
    font-style: normal;
    font-size:60pt;
  }
 h2 
  {
    font-family: 'Rooney Pro';
    font-weight: 500;
    font-style: bold;
  }
 hr
  {
  	height:2px;
  	border:none;
  	color:#ed7d31;
    border-top: 2px solid #ed7d31;
    overflow: visible;

  }