* {
  font-size: ;
  box-sizing: border-box;
}

#dnd_wrap {
	width : 1200px;
	text-align : left;
}
.dnd_content {
	
}

h1.title {
	color : #ffcf02;
}
h2.title {
	color : #c6de3f;
	font-size : 18px;
}

button {
  border-radius: 10px;
  border: 1px solid #e0aa3e;
  padding: 10px 30px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#352e16+0,241d05+39 */
  background: #33322e;
  /* Old browsers */ }
  button:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4521+0,241d05+68,241d05+100 */
    background-color: #44433e;
    /* Old browsers */ }

a{
	color : #b89500;
}
a:hover {
	color : #85837a;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}