@charset "UTF-8";
/* CSS Document */

h1, p, h4, h3
{
	text-align: 					center;
}

h3
{
	margin-top: 					80px;
}

/* border for heading */
hr
{
	border: 1px solid #dbdbdb;
}
/* if user is loged in */
.loginuser
{
	display: none;	
}

html {
    position: 						relative;
    min-height: 					100%;
    height: 						100%;
    overflow-x: 					hidden;
    overflow-y: 					scroll;
}
body {
    overflow-x: 					hidden;
    margin: 						0px;
    position: 						relative;
    min-height: 					100%;
    height: 						auto;
}



textarea {
    width: 							100%;
    height: 						200px;
    padding: 						12px 20px;
    box-sizing: 					border-box;
    border: 						2px solid #ccc;
    border-radius: 					4px;
    background-color: 				#f8f8f8;
    font-size: 						16px;
    resize: 						none;
}





/**** edit logo ***/
.edit
{
	width: 							40px;
	height: 						30px;
	color: 							green;
}

.trash
{
	width: 							40px;
	height: 						30px;
	color: 							red;
}

.signup
{
	width: 							40px;
	height: 						30px;
}

/*** Hide ID ***/
.hide
{
	display: 						none;
}


/***** Textarea ****/

.beschrijving
{
	text-align: 					center;
}


.message
{
	width: 100%;
}

/****** printscreen******/

.printscreen{
	width: 200px;
	margin-bottom: 25px;
}