
.list {
    font-family: sans-serif;
}

td {
    padding: 10px;
    border: solid 1px #eee;
}

input {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 7px 14px;
    margin-bottom: 10px
}

input:focus {
    outline: none;
    border-color: #aaa;
}

/* From http://css3buttongenerator.com */
.reset-btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    border-radius: 18px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 12px 5px 12px;
    text-decoration: none;
}

.reset-btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.class-item-tags {
    width: 560px;
}

.select2-selection {
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    font-family: "Lucida Grande", Arial, serif;
    font-size: 11pt;
    line-height: 14pt;
    overflow: hidden; 
    height: 20px; 
    margin: 5px;
    padding: 0 10px;   
    background: none; 
    background-color: #dee7f8;
    color: #000;
    cursor: default;
    border: 1px solid #a4bdec;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    float: left;
}
/*
.break {
    color: #a3a3a3;
}
*/

table.docutils td, table.docutils th {
	border: 1px solid #888;
	padding: 0.6em 0.6em;
}

.line-block {
    margin-bottom: 0;
}

.line-block .line:not(:last-child) {
    margin-bottom: 8px;
}
