div.th0ths_quotes_cleanser {
    clear: both;
}

div#th0ths_quotes_edit_quotes input.button {
    margin-top: 14px;
}

table#th0ths_quotes_qlist th.sendToTrash {
    width: 20px;
    text-align: center;
}

table#th0ths_quotes_qlist th.sendToTrash input {
    margin-left: 2px;
}

table#th0ths_quotes_qlist td.id {
    width: 16px;
    padding-left: 10px;
}

table#th0ths_quotes_qlist td.edit {
    width: 18px;
}

table#th0ths_quotes_qlist td.quote {
    width: 80%;
}

table#th0ths_quotes_qlist td.owner {
    text-align: left;
}

table#th0ths_quotes_qlist td.tags {
    text-align: center;
}

table#th0ths_quotes_qlist td.source {
    text-align: center;
}

table#th0ths_quotes_qlist td.sendToTrash {
    width: 20px;
    text-align: center;
    font-weight: bold;
}

div#th0ths_quotes_new_quote {
    width: 700px !important;
    padding: 20px 20px 20px 30px;
}

div#th0ths_quotes_new_quote input {
    margin-top: 6px;
    margin-bottom: 14px;
}

div#th0ths_quotes_new_quote input#source {
    width: 460px;
}

div#th0ths_quotes_new_quote textarea {
    margin-top: 8px;
    margin-bottom: 14px;
    width: 460px;
    height: 60px;
}

div#th0ths_quotes_import_quotes {
    width: 500px !important;
    padding: 20px;
}

div#th0ths_quotes_import_quotes input#file {
    border-width: 1px;
    border-style: solid;
    padding: 4px;
}

div#th0ths_quotes_import_quotes input[type='submit'] {
    margin-top: 20px;
}
