/* ---------------------------------------- */
/* -------------  email order  ------------ */
/* ---------------------------------------- */

.steps-box {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding: 0 0 20px 30px;
}

.step-1 {
    background:transparent url("../img/1.png") no-repeat;
}
.step-2 {
    background:transparent url("../img/2.png") no-repeat;
}
.step-3 {
    background:transparent url("../img/3.png") no-repeat;
    border-bottom: medium none;
    margin-bottom: 0;
}
.step-4 {
    background:transparent url("../img/4.png") no-repeat;
}
.step-5 {
    background:transparent url("../img/5.png") no-repeat;
    margin-bottom: 0;
}
.steps-container {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}
.steps-box .form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 170px;
}

.steps-box .form-horizontal .controls {
    margin-left: 180px;
}

.steps-box table.table-modal select {
    width: 215px;
}

.steps-box table {
    margin-bottom: 0;
}

.cancel-place-btn {
    background-color: #F2F2F2;
    height: 30px;
    padding: 20px;
    width: 96%;
}

/*  Additional Styles */
.step-2 label, .step-3 label, .step-4 label {
	cursor: default;
}
.value{
	font-weight: normal;
	color: black;
}

.cell-oligo-name{
	width: 125px;
}
.cell-format{
	width: 180px;
}
.cell-synthesis{
	width: 130px;
}

.sub_page_content, .view-press-releases {
    margin-bottom: 10px;
    padding: 40px 10px 10px;
}