.navbar .brand {
    background: url("http://cnmwebsite.com/sm4/images/sm4.png") no-repeat scroll 10px 4px transparent;
    text-indent: -5000px;
    width: 320px;
}

table td {
    font-size:12px;
}

table.table-review td {
    font-size:14px;
}

table.table-review td a {
    padding:0 20px;
}

/* Size to fit two inputs in width of xlarge */
.input-xlarge-half {
    width: 135px;
}

/* Action controls aligned with page title */
.title-actions {
    float: right;
}

/* Additional input sizing to fit default modal window size */
.input-date {
    width: 80px;
}

/* Enlarge the icons for action links */
.rightened i, i.enlarged {
    font-size: 14pt;
}

#facebook i {
	font-size: 28px !important;
}

#twitter i {
	font-size: 28px !important;
}

/* Fullsize input for textareas */
.input-xxxlarge {
    width: 99%;
}

/* Special listing cells */
.created {
    width: 90px;
}
.updated {
    width: 130px;
}
.nowrap {
    white-space: nowrap;
    vertical-align: top;
}

/* Make anything right-aligned */
.rightened {
    text-align: right !important;
}

/* Marker for required inputs */
.required {
    color: #b94a48;
    font-weight: bold;
}

.no-padding {
    padding: 0 !important;
}

.datepicker {
    margin-top: 0 !important;
}

