.add-unit{
    border: 1px solid cornflowerblue;
    border-radius: 5px;
    color: cornflowerblue;
    padding: 2px 5px 2px 5px;
    vertical-align: middle;
    margin-top: 5px;
    position: absolute;
}

.unit{
    background-color: white;
    border: 1px solid grey;
    border-radius: 10px;
    color: grey;
    padding: 15px;
    margin-bottom: 50px;
}

.unit-link {
    color: cornflowerblue;
}

.unit-link-edit{
    color: #666666;
}

.unit-actions {
    text-align: right;
}

.unit-title {
    font-size: 18px;
    font-weight: bold;
}

.unit-name-input{
    width: 70%;
    display: inline;
}

.unit-top{
    margin-bottom: 10px;
}

.remove-item{
    margin-right: 10px;
}

.remove-item-btn{
    padding: 0 4px 0 4px;
}

.add-item-btn{
    padding: 0 4px 0 4px;
    margin-top: 6px;
    margin-right: 10px;
}

.item-row{
    margin-bottom: 10px;
}

.unit-cat-title{
    font-size: 20px;
    margin-bottom: -15px;
}

.unit-save {
    border: 1px solid #bebebe;
    background-color: #666666;
    color: white;
}

.unit-save:hover {
    background-color: #444444;
    color: white;
}