/*
	CSS Include

	Name:	 	: custom
	Address		: https://www.kotatlimburg.be	
	Copyright	: Your Company Name	
	Author	 	: Ayse DEVECI
	Created	 	: 2019-01-30T10:41:11
	
	About this CSS
	Extra css file for custom rules
*/

.detail ul {
    list-style: circle;
    margin-left: 40px;
    padding: 0;
    color: #535353;
}


.detail img {
   width:auto;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: none;
}
 .kleur:hover {
     background: #62a2bc;
     border-color:#62a2bc;
   }
   .kleur {
    background: #e3a600;
    border-color: #e3a600;
}
