@charset "utf-8";

* {
	outline:0px none;
	/*text-align:justify;*/
}

html {
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:22px;
	color:#575756;
	background-color:#FFF;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px;
}
/*
table, td, th {
	border-collapse:collapse;
	border-color:#BBB;
	border-width: 1px;
	border-style: solid;
	vertical-align:top
}*/

table, td, th {
	border:none;
	vertical-align:top;
	text-align:left;
} 

img {
	border:none;
}

A:link, A:visited, A:active{
	color:#3C3C3B;
	text-decoration:underline;
	font-weight:700;
}

A:hover{
	color:#3C3C3B;
	text-decoration:underline;
	font-weight:700;
}

hr{
	height: 0;
	/*border: 0;
	border-bottom:#DDD thin dotted;*/
	}

#scroller {
	position:absolute;
	/*height:100%;*/
	width:100%;
}

#bgholder {
	position:absolute;
	width:100%;
	/*height:100%;*/
}

#logo-container {
	position:relative;
	margin:0 auto;
	padding:0;
	z-index:4;
	padding:10px 0px 0px 0px;
	}

#logo {
	margin:auto!important;
}

#menu {
	float:right;
	margin-top:5px;
	font-weight: 700;
	font-size:13px
}

#menu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	float:left;	
	margin: 0px 0px 0px 38px;
	box-sizing:border-box;
}

#menu li .menuitem a:hover {
	color:#000;
}

#menu li .menuitem.active a {
	color:#000;
}

#menu li .menuitem a.ledenhoek {
	color:#FC9;
}

#menu ul ul{
	position:absolute;
	background-color:#FFF;
	top:110px;
	padding:5px 15px;
}

#menu ul ul li{
	padding:4px 0px;
	margin-left:0px;
	box-sizing:border-box;
	color:#3c3c3b;
}

#menu ul ul li a{
	font-weight:400;
}

/* MOBILE NAVIGATION */
/*#mobilenav {
	display:none;
}

#mobilenav.open {
	display:none;
}*/

/*#mobilenav {
	display:block;
}
*/
#mobilenav ul {
	width:100%;
	display:block;
	margin:0;
	padding:0px;
	box-sizing:border-box;
}

#mobilenav ul li {
	list-style:none;
	text-align: center;
	padding: 10px;
	box-sizing:border-box;
	margin:0;
	
}

#mobilenav ul li a {
	font-size: 21px;
	color: #fff;
	text-transform:uppercase;
	text-decoration:none;
}

#mobilenav li a:hover {
	color:#444;
}

#mobilenav li a.active {
	color:#444;
	font-weight:normal;
}

#mobilenav .subnav ul {
	margin:0;
	padding:0;
}

#mobilenav ul.subnav li a {
	font-size:15px;
	text-transform:none;
}


#mobilenav {
	background-color: #DC0004;
   /* box-sizing: border-box;
    float: none;
    margin-top: 0;
	padding-right:0;*/
	display:none;
    position: fixed;
    width: 100%;
	left:0;
	
}

#mobilenav ul{
	padding-top:20px;
}

#mobilenav li{
	float:left;	
	margin: 1px;
	padding:11px;
	width:100%;
	text-align:center;
	font-size:16px;
}

#mobilenav ul ul {
	top:80px;
	/*width:320px;*/
	left:10px;
	padding:0 !important;
	margin:0 !important;
	/*position:inherit !important;*/
	
	
}

#mobilenav ul ul li {
	padding:11px;
}

#mobilenav ul ul li a {
	font-weight:400;
}

.submenuitem {
	/*width:100%;*/
	float:none !important;
}

.hamburger {
  display:none;
}

/* MOBILE NAVIGATION */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.hamburger{
	cursor: pointer;
    float: right;
    height: 36px;
    margin: 25px 0 0;
    outline: medium none;
    position: absolute;
    right: 25px;
    top: 0;
    width: 36px;
    z-index: 999999;}

.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 0px;
  width: 36px;
  height: 3px;
  border-radius: 0px;
}

.mid-menu {
  top: 15px;
  width: 36px;
  height: 3px;
  border-radius: 0px;
}

.bottom-menu {
  top: 31px;
  width: 36px;
  height: 3px;
  border-radius: 0px;
}

.menui {
  background-color:#FFFFFF;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  /*margin-top: 10px;*/
  position: absolute;
}


.open{
	top:0px !important; 
	position:fixed!important;
	height:100%; 
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}

/*#mobilenav.open {
	display:block;	
}
*/

.noscroll{
    position:fixed;
    overflow:hidden;
}

.togglenav{
  -webkit-transition: top 0.6s cubic-bezier(.75, 0, .29, 1.01);  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: top 0.6s cubic-bezier(.75, 0, .29, 1.01);  /* Firefox 4-15 */
       -o-transition: top 0.6s cubic-bezier(.75, 0, .29, 1.01);  /* Opera 10.50–12.00 */
          transition: top 0.6s cubic-bezier(.75, 0, .29, 1.01);  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
		  width:100%;

}


#header {
	position:fixed;
	width:100%;
	/*height:115px;*/
	z-index:998;
	box-sizing:border-box;
}

#viewport {
	/*margin-top:65px;*/
	width:100%;
	height:265px;
	/*background-image:url(images/centerbg2.png)*/
}
/*
#content-container {

	width:100%;
	padding:0px;
	color:#000;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -165px; 
}

#content-container .transparency{
	position:absolute;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	bottom:0px;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	background-color:#FFF;
}
*/

#content {
	position:relative;
	min-height:100%;
	padding-top:310px;
	margin:auto!important;
}

#text {
	float:left;
	padding:20px 0px 0px 0px;
	color:#3C3C3B;
	box-sizing:border-box;
}
#visuals {
	margin-top:25px;
}

/* Tables 3 columns */

#text table { 
  width: 100% !important; 
  border-collapse: collapse; 
}

/* Zebra striping */
#text table tr:nth-of-type(odd) { 
  background: #eee; 
}

#text table th { 
  background: #333; 
  color: white; 
  font-weight: 700;
}

#text table td, th { 
  padding: 5px; 
  border: none; 
  text-align: left; 
}

/* End Table */

#talen {
	float:right;
	width:280px;
}

#talen a{
	float:right;
	padding:4px;
}


#news {
	padding:30px 0px 0px 0px;
	float:right;
	min-height:100%;
	box-sizing:border-box;
}

#socialmedia {
	padding-top:5px;
	margin-top:25px;
}

#socialmedia a {
	color:#DC0004;
	padding:0 13px;
	vertical-align:central;
}

#footer-container{
	margin-top:4px;
	height:30px;
	width:100%;
	background-color:#3C3C3B;
	z-index:999
}

#footer {
	padding-top:4px;
	margin:auto!important;
	height:18px;
	font-size: 10px;
	color: #ffffff;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited{
	color: #ffffff;
	text-decoration:none;
}

#partner-container{

}

#partners, .push {
	height: 110px; /* .push must be the same height as .footer */
	/*padding-bottom:30px;*/
}

#partners{
    text-align: center;
    width: 100%;
	clear:both;
	position:relative;
	
}

#partnerlogos{
 border-top: 1px dotted #DDDDDD;
 text-align: center;
}

#partnerlogos div{
	margin:10px;
	text-align:center;
	display:inline-block;
	 zoom:1; /* IE 7 Hack starts here*/
 	*display:inline;
}

   

#partners td{
	text-align:center;
}

/*#partners a{
	padding: 0px 25px;
}*/

.menuitem{
	cursor:pointer;
	text-transform:uppercase;
}
.menuitem a{
	text-decoration:none;
	color:#fff
}

.submenuitem{
	cursor:pointer;
	color:#000;
}
.submenuitem a{
	text-decoration:none;
	color:#000
}

iframe{
margin-left: -35px;
}

.title {
	font-size:28px;
	font-weight: 700;
	color:#575756;
	margin: 0px;
	padding: 0px;
	text-align:left;
	line-height:90%;
	/*width:724px;*/
}


#content .title {
	line-height:100%;
}


.text {
	color:#575756;
	margin: 0px;
	padding: 0px;
}

.image{
}

.loading {
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.grey{
	color: #666;
	}

.newsticker { 
	height:300px;
	overflow: hidden;
}

.newsticker ul li{ 
	list-style:none; 
	display:block; 
	position:relative;
	height:80px;
	background-color:#3C3C3B;
	float:right;
	margin-bottom:20px
}

.newsticker li{ 
	overflow: auto;
}

.newsticker .thumbnail { 
	float:left; 
	width:25%; 
}


.newsticker .info { 
	float:right; 
	width:75%;
	height:100%;
	overflow:hidden;
	padding:15px;
	box-sizing:border-box;
}
.newsticker .itemtitle{
	float:left;
	text-align:left;
	font-weight:700;
	color:#FFF;
	margin: -8px 0px 0px 0px;
}

.itemtitle a{
	color:#FFF;
	text-decoration:none
}

.newsticker .itemtitle a:link, .newsticker .itemtitle a:active, .newsticker .itemtitle a:visited{
	color:#FFF;
	text-decoration:none
}

.newsticker .itemtitle a:hover{
	color:#FFF;
	text-decoration:underline
}

.newsticker .itemtext{
	float:left;
	text-align:left;
	color:#DDD;
	margin: 0px 0px 0px 0px;
}

input, select, textarea {  
	text-decoration: none;
	border: 1px solid #C5C3C3;
	padding: 5px;
	margin-bottom: 5px;
}
input.text { margin-bottom:12px; width:100%; padding: .4em; box-sizing:border-box; }
textarea { margin-bottom:12px; width:100%; padding: .4em; box-sizing:border-box; }
fieldset { padding:0; border:0; margin-top:10px; }



.title.title-toggle {
	cursor:pointer;
	clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
	margin-bottom:10px;
}

.title-toggle:hover {
	/*text-decoration:underline;*/
	opacity:0.8;	
}

li[data-parent-id] {
	display:none;	
}


UL.FileTree {
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

UL.FileTree LI {
	list-style: none;
	padding: 1px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

UL.FileTree A {
	color: #333;
	padding: 0px 2px;
}


UL.FileTree .pageline:hover {
	background: #E5E5E5;
}
UL.FileTree .fileline:hover {
	background: #E5E5E5;
}
.pagetitle {
	width: 500px;
	float: left;
}
.filetitle {
	width: 500px;
	float: left;
}

.slideshow {
	width: 100%;
}

.nav {
	background-color:#E5E5E5;
	width: 100%;
	padding-top:5px;
	height:20px;
	text-align:center;
}

.prev {
	float:left;
	width:13px;
	height:13px;
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
	margin:3px;
}

.middle {
	display:inline;
	text-align:center;
	color:#454545;
	font-size:12px;
}

.next {
	float:right;
	width:13px;
	height:13px;
	background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
	margin:3px;
}

.slideshow img.image {
	width:100%;
}

#projectlist{
	float:right;
	width:30%;
}

#projectlist #mapright {
	width:100%;
}

#projectlist #talen {
	margin-top:-85px;
}

#filePane {
	width:100%;	
}

#filePane ul {
	margin-left:0;
	padding-left:0;
}

span.group-item {
	width:100%;
}

#subscribeDialog h2{
	text-align:left;	
}

.subscribe-button, .dialog-button {
	padding:10px 20px;
	background-color: #F00;
	margin: 10px;
	text-align:center;
	font-weight:700;
	cursor:pointer;
	color:white;
	font-size:12px;
}

.subscribe-button.left, .dialog-button.left {
	background-color:#575756;
}

.subscribe-button:hover, .dialog-button:hover{
	background-color: orange;
}


.subscribe-button.right, .dialog-button.right {
	float:right;		
}
.subscribe-button.left, .dialog-button.left {
	float:left;		
}

.form-error {
	display:none;
	color:red;	
	/*padding-left: 15px;*/
}

.ui-widget-overlay {
	z-index: 5;
}



/* Core Styles */
.FileTree LI.directory { background: url(images/directory.png) left top no-repeat; }
.FileTree LI.expanded { background: url(images/folder_open.png) left top no-repeat; }
.FileTree LI.file { background: url(images/file.png) left top no-repeat; }
.FileTree LI.wait { background: url(images/spinner.gif) left top no-repeat; }
/* File Extensions*/
.FileTree LI.ext_3gp { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_afp { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_afpa { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_asp { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_aspx { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_avi { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_bat { background: url(images/application.png) left top no-repeat; }
.FileTree LI.ext_bmp { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_c { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_cfm { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_cgi { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_com { background: url(images/application.png) left top no-repeat; }
.FileTree LI.ext_cpp { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_css { background: url(images/css.png) left top no-repeat; }
.FileTree LI.ext_csv { background: url(images/xls.png) left top no-repeat; }
.FileTree LI.ext_doc { background: url(images/doc.png) left top no-repeat; }
.FileTree LI.ext_docx { background: url(images/doc.png) left top no-repeat; }
.FileTree LI.ext_exe { background: url(images/application.png) left top no-repeat; }
.FileTree LI.ext_gif { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_fla { background: url(images/flash.png) left top no-repeat; }
.FileTree LI.ext_h { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_htm { background: url(images/html.png) left top no-repeat; }
.FileTree LI.ext_html { background: url(images/html.png) left top no-repeat; }
.FileTree LI.ext_jar { background: url(images/java.png) left top no-repeat; }
.FileTree LI.ext_jpg { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_jpeg { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_js { background: url(images/script.png) left top no-repeat; }
.FileTree LI.ext_lasso { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_log { background: url(images/txt.png) left top no-repeat; }
.FileTree LI.ext_m4p { background: url(images/music.png) left top no-repeat; }
.FileTree LI.ext_mov { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_mp3 { background: url(images/music.png) left top no-repeat; }
.FileTree LI.ext_mp4 { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_mpg { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_mpeg { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_ogg { background: url(images/music.png) left top no-repeat; }
.FileTree LI.ext_pcx { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_pdf { background: url(images/pdf.png) left top no-repeat; }
.FileTree LI.ext_php { background: url(images/php.png) left top no-repeat; }
.FileTree LI.ext_png { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_ppt { background: url(images/ppt.png) left top no-repeat; }
.FileTree LI.ext_psd { background: url(images/psd.png) left top no-repeat; }
.FileTree LI.ext_pl { background: url(images/script.png) left top no-repeat; }
.FileTree LI.ext_py { background: url(images/script.png) left top no-repeat; }
.FileTree LI.ext_rb { background: url(images/ruby.png) left top no-repeat; }
.FileTree LI.ext_rbx { background: url(images/ruby.png) left top no-repeat; }
.FileTree LI.ext_rhtml { background: url(images/ruby.png) left top no-repeat; }
.FileTree LI.ext_rpm { background: url(images/linux.png) left top no-repeat; }
.FileTree LI.ext_ruby { background: url(images/ruby.png) left top no-repeat; }
.FileTree LI.ext_sql { background: url(images/db.png) left top no-repeat; }
.FileTree LI.ext_swf { background: url(images/flash.png) left top no-repeat; }
.FileTree LI.ext_tif { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_tiff { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_txt { background: url(images/txt.png) left top no-repeat; }
.FileTree LI.ext_vb { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_wav { background: url(images/music.png) left top no-repeat; }
.FileTree LI.ext_wmv { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_xls { background: url(images/xls.png) left top no-repeat; }
.FileTree LI.ext_xlsx { background: url(images/xls.png) left top no-repeat; }
.FileTree LI.ext_xml { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_zip { background: url(images/zip.png) left top no-repeat; }

/* Dialog */

.ui-dialog {
	box-sizing:border-box;
	overflow:hidden;
	padding:20px;
	z-index:10;
}

#subscribeDialog {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

#subscribeDialog div {
	width:100%;
	margin:0;
	padding:0;
	box-sizing:border-box;
	overflow:hidden;
}

.ui-widget-content {
	border:none;
}

.ui-widget-header {
    background:none !important;
    border: none;
    color: #222222;
    font-weight: 700;
}

.ui-dialog .ui-dialog-titlebar {
	padding:0;
	display:none;
}

.ui-dialog .ui-dialog-titlebar-close {
	display:none;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #F00;
    border: none;
    color: #fff;
    font-weight: normal;
	-webkit-appearance:none;
	border-radius:0;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover {
	background:#F90;
}

#subscribeDialog h2 {
	margin:0;
	padding:0;
	margin-bottom:30px;
}

#subscribeDialog input {
	width:100%;
	padding:10px;
	box-sizing:border-box;
}

.form-error {
	padding:none;
}

#subscribe-button-wrapper {
	overflow: hidden;	
}

.subscribe-button {
	width:auto !important;
	padding:10px 20px !important;
}

.group-item input {
	width:auto !important;
}

.container .question-wrapper .one-third.column {
	width:292px !important;
}

.sp-preview {
	width:20px;
	height:20px;
}

#loginForm input.text {
    border: 1px solid #ccc;
    margin-bottom: 12px;
    padding: 0.4em;
    width: 95%;
}

.ui-dialog .ui-dialog-buttonpane button {
	float:left;
}

.ui-widget-content {
    margin-right: 6px;
}
/* Nieuwsbrief inschrijven */

#nieuwsbrief {
	margin-top:10px;
	margin-bottom:50px;
}

#nieuwsbrief input {
	height:40px;
	padding-left:5px;
	margin-top:5px;
	box-sizing:border-box;
}

.btn-nieuws {
	display:inline-block;
	height:40px;
	padding:8px 25px;
	background-color:#F00;
	box-sizing:border-box;
	vertical-align:middle;
	cursor:pointer;
	color:#fff;
	width:100%;
	text-align:center;
	margin-top:10px;
}

.btn-nieuws:hover {
	background-color:orange;
}

/* Backdrop */

.ui-widget-overlay {
	background: #000 none repeat scroll 0 0;
	opacity:0.7;
	height:100%;
	position:fixed;
}

/* Form Subscribe MC Newsletter */

#mc_embed_signup h2 {
	text-transform:uppercase;
}

#mc_embed_signup input {
	border-radius:0 !important;
}

#mc_embed_signup .mc-field-group {
	width:100% !important;
}

#mc_embed_signup form {
	padding:0 !important;
}

#mc_embed_signup div.response {
	width:100% !important;
}

#mc_embed_signup input.btn-submit {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px !important;
    padding: 0;
    margin: 0;
    border: none;
    background: none ;
    color: #FFF;
    Text-transform: uppercase;
    font-weight: 700;
	line-height:22px;
}

#mc_embed_signup div#mce-responses {
    width: 100%;
    margin: 0;
}

/* MEDIA QUERIES SCREEN */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
.title {
	font-size:24px;
}

.container .question-wrapper .one-third.column {
	width:228px !important;
}

}

/* Tablet Portrait size to standard 960 (devices and browsers) iPad Portrait*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.newsticker .thumbnail { 
		width:30%; 
	}
	
	
	.newsticker .info { 
		width:70%;
	}
	
	
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	#projectlist{
		width: 100%;
	}
	
	#mapright > div{
		height: auto !important;
	}
	
#bgholder {
	background-size:cover;
}

#viewport {
	/*margin-top:65px;*/
	width:100%;
	height:155px;
	/*background-image:url(images/centerbg2.png)*/
}


#logo-container {
	padding-top:1px;
}

#slideshow.slideshow div {
	position:relative !important;
	top:0 !important;
	left:0 !important;
}

#content {
	padding-top:164px;
}

/* tables */
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
		height:auto !important;
		border:none;
		width:100% !important;
		box-sizing:border-box;
	}
	
	
/*MOBILE*/
#menu {
	display:none;
}

.hamburger {
  display:block;
}

/* Dialog */

.ui-dialog {
	width:300px !important;
	z-index:10;
}

#talen {
		float:right;
		width:420px;
	}

.container .question-wrapper .one-third.column {
	width:397px !important;
}

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) iPhone Landscape*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) iPhone Portrait*/
@media only screen and (max-width: 479px) {
#bgholder {
	background-size:cover;
}

.title {
	font-size:18px;
}

.hamburger{
    height: 30px;
    width: 30px;
}

.top-menu {
  top: 0px;
  width: 30px;
}

.mid-menu {
  top: 13px;
  width: 30px;
}

.bottom-menu {
  top: 26px;
  width: 30px;
}

#talen {
		float:right;
		width:300px;
}

.container .question-wrapper .one-third.column {
	width:275px !important;
}

.container .question-wrapper .one-third.column textarea {
	width:100%;
}

.question-label {
	font-size:10px;
}

.newsticker .info { 
		width:67%;
	}
	
.dialog-button {
	width: 80%;	
}
.dialog-button.right {
	float:left;
}

.middle {
	font-size:11px;
}

}
