html, body {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 15px;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

h1 {
    margin-top: 0;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}

p {
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.btn {
    padding: 13px;
    background-color: #4fc08d;
    transition: all 0.15s ease;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    width: 200px;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
}

a.btn.disabled {
    background-color: #757575;
    pointer-events: none;
}

.item {
    display: flex;
    margin-bottom: 20px;
    align-items: stretch;
    flex-wrap: wrap;
    transition: background-color .3s ease-in-out;
    padding: 5px;
    border-radius: 10px;
}

.item.active {
    background: rgba(255, 222, 222, 0.5);
}

.btn-row {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.btn-row > span {
    margin-left: 30px;
    color: #525252;
    font-size: 13px;
}

.person {
    max-width: 200px;
    padding-right: 30px;
    flex: 1;
}

.options {
}

.option label {
    cursor: pointer;
}

.comment {
    margin-left: 50px;
}

.comment textarea {
    padding: 10px;
    width: 300px;
    height: 100%;
    border: 1px solid #eee;
    resize: none;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 840px) {
    .comment {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .item {
        margin-bottom: 40px;
    }

    .comment textarea {
        width: 100%;
        min-height: 80px;
    }
}

@media screen and (max-width: 370px) {
    .person {
        width: 100%;
        padding-right: 0;
    }

    .options {
        margin-top: 20px;
        width: 100%;
    }
}

.q-description-poll {
    margin-bottom: 30px;
    background: #f3f3f3;
    padding: 50px 50px 50px 50px;
}
.q-description {
    margin-bottom: 30px;
}
.return-container {
    margin-bottom: 5px;
}

.return-container a {
    color: #000;
}

.question {
    margin-bottom: 50px;
}

.question textarea,
.question input[type="text"] {
    padding: 10px;
    width: 800px;
    border: 1px solid #807e7e;
    resize: none;
    font-family: 'Roboto', sans-serif;
}

.question textarea {
    height: 150px;
}

.question input[type="text"] {

}

@media screen and (max-width: 840px) {
    .question textarea,
    .question input[type="text"] {
        width: 100%;
    }
}

table.results-table {
    border-collapse: collapse;
}

table.results-table td {
    padding: 5px 10px;
    border: 1px solid #eee;
}

table.results-table thead td {
    font-weight: bold;
}

table.results-table thead td span {
    white-space: nowrap;
    display: block;
    /*max-width: 133px;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.container--large {
    max-width: 90%;
}

table.results-table tbody tr {
    cursor: pointer;
}

table.results-table tbody tr:hover {
    background: #e8fff2;
}

table.results-table tbody td.nowrap {
    white-space: nowrap;
}

table.results-table tbody td a {
    text-decoration: underline;
    font-size: 12px;
}

table.results-table tbody td a:hover {
    text-decoration: none;
}

.title-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.title-row h1 {
    margin-bottom: 0;
}

.title-row a {
    margin-left: 40px;
}

.title-row a:hover {
    text-decoration: underline;
}

a {
    color: #000;
    text-decoration: none;
}

.required {
    color: red;
}

h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.result-table-container {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 20px;
}

.checkbox-container {
    margin-bottom: 5px;
}

.checkbox-container:last-child {
    margin-bottom: 0;
}

label {
    cursor: pointer;
}
.title-row-button {
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:linear-gradient(to bottom, #f9f9f9 5%, #ffffff 100%);
    background-color:#f9f9f9;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
.title-row-button:hover {
    background:linear-gradient(to bottom, #ffffff 5%, #f9f9f9 100%);
    background-color:#ffffff;
}
.title-row-button:active {
    position:relative;
    top:1px;
}
.delete-row-btn {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    margin: 20px auto;
    cursor: pointer;
}
.delete-row-btn:before {
    content: '+';
    color: black;
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
    font-size: 50px;
    line-height: 1;
    top: -5px;
    left: 6px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
}
.delete-row-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #4fc08d;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
    transform: scale(0.01);
}
.delete-row-btn:hover:after {
    transform: scale(1);
}
.delete-row-btn:hover:before {
    transform: scale(0.8) rotate(45deg);
    color: #fff;
}

.select {
    width: auto;
    height: 25px;
    max-width: 800px;
    background: #ffffff;
    border-radius: 5px;
    cursor: pointer
}

.filter__container {
    display: flex;
    width: 12%;
    padding-left: 20px;
    max-height: 40px;
    justify-content: space-between;
}

.filter {
    min-width: 150px;
    margin-left: 10px;
}
