.row-fluid .span8 {
    margin-top: 0px;
    padding-left: 0px;
}

input[type="text"], input[type="password"],input[type="tel"]{
    height: 30px;
}

ul.section-margin,.indent .guidance li,.guidance.cover-page-info li,.important-note-summary li,#coverPageProfileForm li{
    list-style-type: disc;
}

.guidance.cover-page-info ul ul li,#coverPageProfileForm ul ul li{
    list-style-type: circle;
}

.text.Disclosure {
    padding: 10px 15px 0px;
}

.ns-title-wide.qtr-left-rail .ns-outer-control .ns-body {
	width:100%;
}

.row-fluid {
    background-color: unset;
}

.btn.btn-small,.btn.cg-submitbuttonstyle,.actions .btn{
	border-radius : 0px;
}

.section-margin.inline.em-normal.form-control-text.box.black10 {
    display: block;
}

#saved-portfolios td.date,#saved-hypotheticals td.date {
    width: 20%;
}

#saved-portfolios td.name,#saved-hypotheticals td.name {
    width: 73%;
}

#saved-portfolios td.delete,#saved-hypotheticals td.delete {
    width: 7%;
}

.change-pending{
	display : inline-block;
	
}

.change-pending img {
		display : inline-block;
}

@media screen and (min-width: 481px) and (max-width : 768px) {
	#saved-portfolios td.delete, #saved-hypotheticals td.delete {
    	padding-left: 0px;
	}
}