﻿
/*
    tagsinput styling
*/
.bootstrap-tagsinput {
    width: 100%;
}

    .bootstrap-tagsinput .tag.label {
        font-size: 90%;
        line-height: 2;
    }

    .bootstrap-tagsinput input {
        margin: 2px 0px;
        border: 1px solid #eee;
    }

        .bootstrap-tagsinput input:focus {
            border: 1px solid #ddd;
        }

.bootstrap-tagsinput {
    margin: 2px 0px;
}
