.da-home .plugin-list .post-title img {
  width: 1.5em;
  height: auto;
}
.da-home .theme-list {
  text-align: center;
  display: inline;
  float: left;
  padding: 0.2em;
  margin: 0 0.75em 0.75em 0;
  border: 1px solid #ddd;
}
.da-home .theme-list img {
  width: 300px;
  height: 250px;
}
.da-home .clear {
  clear: left;
}

.da-post .post-content h1,
.da-post .post-content h2,
.da-post .post-content h3,
.da-post .post-content h4 {
  font-size: 1.1em;
}
.da-post .theme-screenshot {
  float: right;
}
.da-post .theme-screenshot img {
  margin: 4em 2em;
}
.da-post #attachments li {
  text-align: center;
  padding: 0.2em;
  margin: 0 0.75em 0.75em 0;
  border: 1px solid #ddd;
}
.da-post article .widget.moduleversions ul,
.da-post .post-content {
  padding: 0.2em;
  margin: 1em 0.75em 0.75em 0;
  border: 1px solid #ddd;
}
.da-post article .widget.moduleversions li {
  margin: 0 0.5em 0.5em 2em;
}
.da-post article .widget.moduleversions h2 {
  font-size: 1.75rem;
}
.da-post .post-download {
  width: 100%;
  text-align: center;
  margin: 0 0em 0 0;
  padding: 0.5em;
  line-height: 2.5em;
}
.da-post .post-download a {
  color: #fff;
  background-color: #4b4c4c;
  border-radius: 8px;
  padding: 0.5em 0.75em;
  font-size: 1.2em;
  cursor: pointer;
}
.da-post .post-download a:hover {
  color: #4b4c4c;
  background-color: #d2d2d2;
}

.da-contrib .addons-list {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 1em 0em;
  padding: 0;
  border: 1px solid #ddd;
  font-size: 1.2em;
}
.da-contrib .addons-list th {
  border: 1px solid #ccc;
  border-bottom: 1px solid #4b4c4c;
  padding: 0.2em 0.4em;
  font-weight: bolder;
}
.da-contrib .addons-list tbody td {
  border-bottom: 1px dotted #e8e3ce;
  border-right: 1px solid #ccc;
  padding: 0.2em 0.4em;
}
.da-contrib .addons-list tbody td.a_status {
  border-right: none;
  text-align: center;
  padding: 0.2em 0.2em;
  img {
    width: 1.25em;
    height: auto;
    vertical-align: middle;
  }
}
.da-contrib .addons-list tbody tr:hover {
  background-color: #ddd;
}
.da-contrib .addons-list tbody td.offline {
  color: #ccc;
}

.da-contrib .step p.field {
  margin-top: 2em;
}
.da-contrib .step label {
  display: inline;
}
.da-contrib .step input[type='text'],
.da-contrib .step input[type='file'],
.da-contrib .step select {
  display: block;
  width: 100%;
}
.da-contrib .step textarea {
  height: 10em;
  width: 100%;
  margin: 0;
  padding: 0.25em;
  border: 1px solid #ccc;
}
.da-contrib p.form-help {
  margin-top: -0.2em;
  font-style: italic;
  font-size: 1em;
  text-align: left;
}
.da-contrib .step #add-tags li {
  white-space: nowrap;
  display: inline;
  margin: 0 0.2em 0 0;
  padding: 0.5em;
  line-height: 2.7em;
  cursor: pointer;
}
.da-contrib .step #add-tags li:hover {
  border-radius: 8px;
  border: 2px solid #4b4c4c;
  margin: 0 2px 0 -2px;
}
.da-contrib .step #add-tags .tag-check {
  color: #fff;
  background-color: #4b4c4c;
  border-radius: 8px;
}
