.unique-codes-manage-table{
	width: 100%;
	margin-top: 10px;
}

.unique-codes-manage-table tr {
	line-height: 21px;
	background-color: #fafafa !important;

	border-bottom-width: 1px;
}

.unique-codes-manage-table td {
	font-size: 13px !important;
	font-weight: normal !important;
	white-space: nowrap !important;
	color: rgb(85, 85, 85) !important;
	padding: 8px 5px;
}

.unique-codes-manage-table th {
	color: rgb(85, 85, 85) !important;
	padding: 8px 5px;

	font-size: 13px !important;
	font-weight: normal !important;
	white-space: nowrap !important;

	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204, 204, 204);
}

.unique-codes-manage-table input[type=text] {
	width: 100%;
}

.unique-codes-manage-table .unique-codes-expiration-date {
	width: inherit !important;
}

.uniqueCodesLinkField {
	width: 150px;
	cursor: pointer;
	overflow-x: scroll;
}
.unique-codes-manage-table td:nth-child(4) {
	width: 150px !important;
}
.unique-codes-manage-table th:nth-child(4) {
	width: 150px !important;
}


#embed-button-table {
    margin-top: 20px;
}

.embedButtonFieldJS {
    width: 200px;
    cursor: pointer;
    overflow-x: scroll;
}

#embed-button-table td {
    font-size: 13px !important;
    font-weight: normal !important;
    white-space: nowrap !important;
    color: rgb(85, 85, 85) !important;
    padding: 8px 5px;
}

#embed-button-table tr {
    line-height: 21px;
    background-color: #fafafa !important;
    border-bottom-width: 1px;
}

.unique-codes-description {
	color: #3b3b3b;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, serif;
		
	line-height: 1.8;
	margin-bottom: 10px;
}

.unique-codes-lead {
	color: #3b3b3b;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, serif;
		
	line-height: 1.8;
	margin-bottom: 10px;
}

.unique-codes-description {
	color: #898989;
	font-size: 0.7em;
}

input.form-text.hasDatepicker {
	background: transparent url(/sites/all/libraries/jquery.ui-1.8.19/css/smoothness/images/calendar.png) no-repeat  left top;
	padding-left: 21px;
	cursor: pointer;
}

.expres-calendar-desc{
	display: block;
	font-size: 0.85em;
	color: #898989;
	margin:6px 0px;
}

.form-item .description {
	padding: 0px;
}

.embed_button_fieldset {
	float: left;
	width: 45%;
	margin-right: 20px;
}