
label
{
    font-weight: bold;
    display: block;
}

input, select
{
    font-size: 18px;
}

p.user { float: right; }

.file_uploader { clear: both; margin: 0 0 50px 0; }
.file_uploader li img { max-height: 100px; width: auto; }
.file_uploader ul { list-style-type: none; margin-left: 0; }
.file_uploader li { list-style-type: none; margin-left: 0; margin-bottom: 10px; clear: both; height: 100px;  }

a.button span { padding: .2em .4em !important; }

.tagit {
    max-width: 300px;
}
table.patch_admin_table {
    border-collapse: collapse;
}

table.patch_admin_table tr {
}

table.patch_admin_table th {
    padding: 5px;
    font-size: 14px;
}

table.patch_admin_table td {
    border-top: 1px solid #ccc;
    vertical-align: middle;
    padding: 5px;
    font-size: 16px;
}

table.patch_admin_table td em {
    font-weight: bold;
    color: red;
}