.sf-table tr:first-child td.no-items,
.no-items {
    font-weight: normal !important;
    font-size: 12px;
    text-align: center !important;
    border-top: 0 !important;
}

button.button {
    padding: 6px 10px;
}

input[type=button].button {
    font-size: 13px;
    padding: 5px 7px;
    vertical-align: top;
}

.button.pull-right {
    margin-left: 7px;
}

.button.pull-left {
    margin-right: 7px;
}

button {
    font-size: 13px;
}

.form-multiselect {
    width: 45%;
    height: 150px !important;
    display: inline;
}

.inline-span {
    margin-right: 15px !important;
}

.forum-author form {
    float: right;
    display: inline-block;
}
.forum-author button {
    float: right;
    font-style: normal;
    font-size: 12px! important;
}

span.alert-description,
span.newsletter-description {
    display: block;
    padding: 0;
    position: relative;
    clear: left;
    overflow: auto;
}

.alert-description img,
.newsletter-description img {
    display: inline-block;
    float: right;
    position: relative;
    clear: left;
    margin: 4px 4px 15px 15px;
    overflow: visible;
    border:solid 3px #fff;
    -webkit-box-shadow: 0px 2px 4px 3px #a4a4a4;
    box-shadow:  0px 2px 4px 3px #a4a4a4;
}

table.tableTextareaEditor tr:last-child td {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
}

table.tableTextareaEditor td {
    padding: 0;
    border: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #184073;
}

.popover-content {
    color: red;
    font-size: 14px;
}

.dashboard {
    text-align: center;
}

ul.rate-desc li {
    margin: 0;
}

.rate {
    text-align: center;
    width: 16%;
    display: inline-block;
    background-color: #f0f6fc;
}

ul.rate-desc li {
    list-style-type: none;
}

.logo-signing-title {
    text-align: center;
    font-size: 1.5em;
}

.logo-signing-message {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
}

#proposal .modal-header, .modal-footer {
    border: 0;
}

.default-cursor {
    cursor: default !important;
}

#downloads tr.recent td {
    background-color: lightgreen;
}