article {
  background: white;
  border-radius: 2px;
  padding: 19px 30px;
  margin-bottom: 40px;
  margin-right: 10px;
  border: 1px solid #C6D9E7;
  position: relative;
}

article input {
  width: 100%;
}

aside {
  box-shadow: 0 1px 5px #ccc;
  line-height: 40px;
  background: #E3ECF3;
  padding-left: 10px;
  background: #ccc;
  position: absolute;
  width: 648px;
  left:-11px;
}

aside::before {
  position: absolute;
  display: block;
  border-left: 10px solid transparent;
  border-top: 10px solid gray;
  left: 0;
  top: 39px;
  content: ' ';
}

aside::after {
  position: absolute;
  display: block;
  border-right: 10px solid transparent;
  border-top: 10px solid gray;
  right: -1px;
  top: 39px;
  content: ' ';
}

.section {
  margin-top: 67px;
}

.blog_body {
  border: 1px solid black;
  padding: 30px;
  border-radius: 2px;
  border: 1px dashed #C6D9E7;
  color: #3E4F4E;
}

.unchecked {
  padding:5px 10px;
  border-radius:8px;
  border:1px solid #ccc;
  background:#eee;
}

.checked {
  background: #999;
  color: white;
}

.job-info {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 10px;
}
