.scrumboard{
	margin:0 auto;
	width:800px;
}

.column {
  width: 200px;
  float: left;
  border: solid 2px black;
  height:85vh;
}
.portlet {
  margin: 0 0em 0em 0;
  padding: 0em;
}
.portlet-header {
  padding: 0m 0m;
  margin-bottom: 0.1em;
  position: relative;
      font-size:10px;
}
.portlet-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
.portlet-content {
  padding: 0.1em;
}