.return-items {
    padding: 0;
}

.return-items li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    padding: 1em 15px;
}

.return-items li.name {
    border-top: 2px solid #e6e7e8;
}

.return-items li p {
    padding-left: 5px;
    padding-right: 5px;
}

.return-items li p.name {
    flex: 1;
}

.return-items li textarea {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.return-items li div.buttons {
    display: flex;
}
    
.return-items li div.buttons a{
    margin-left:0.5em;
}

@media screen and (max-width: 600px) {
    .return-items li div.buttons {
        width: 100%;
        justify-content: space-between;
    }

    .return-items li div.buttons a {
        margin-left: 0.5em;
    }
}

input[type=submit][disabled] {
    background: #969899;
}

.align-self-center {
    align-self: center;
}
