/*
Theme Name: Buro 210 Vantage-Child
Theme URI: http://wordpress:8888/
Description: Dit is een thema ontworpen door Buro 210
Author: BURO210
Author URI: http://buro210.nl
Template: vantage
Version: 0.1
*/
table td{
	vertical-align: middle;
}
a,button{
	outline: none !important;
}
textarea{
	resize: vertical;
}


#main{
	background: #FFF;
}

/*
//Tablet Landscape
*/
@media (max-width: 1080px){

}
/*
//-----einde---Tablet Landscape
*/

/*
//Tablet Portrait
*/
@media (max-width: 780px){

}
/*
//-----einde---Tablet Portrait
*/

/*
//Phone Landscape
*/
@media (max-width: 680px){

}
/*
//-----einde---Phone Landscape
*/

/*
//Phone Portait
*/
@media (max-width: 480px){

}
/*
//-----einde---Phone Portrait
*/