html, body {
    background-color: #2a2b2e;
    color: #f5f5f5;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
    color: #809fff;
}

.content {
    width: 980px;
    margin: 0 auto;
}

.process-image {
    height: 500px;
    width: 100%;
    overflow: hidden;
}
.process-image img {
    max-width: 100%;
}

.image-section, .tags-section {
    float: left;
}
.image-section {
    width: 59%;
    margin-left: 7px;
}
.tags-section {
    width: 39%;
    margin-right: 7px;

    font-size: 13px;
}

.tag-container {
    width: 100%;
    /*height: 300px;*/
    /*float: left;*/
}
.tag-container:nth-child(odd) {
    /*margin-left: 15px;*/
}
.tag-container select {
    width: 100%;
    height: 100%;
}
.select2-container li {
    color: #333;
}

.img-preview {
    max-width: 100%;
}