	.indicator-actions-div{
		height:30px;
		clear:both; 
		display:inline-block
	}

	.indicator-action-link{
		margin-top: 15px;
		margin-right:15px;
		float:left;
	}

	.ichart-indicator-label{
		float: left;
    	line-height: 30px;
    	width: 120px;
    	margin-top: 10px;
	}

	.ir-chart-indicator .button{
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-bottom-color: #c9cbcd;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-image-outset: 0 0 0 0;
		border-image-repeat: stretch stretch;
		border-image-slice: 100% 100% 100% 100%;
		border-image-source: none;
		border-image-width: 1 1 1 1;
		border-left-color: #c9cbcd;
		border-left-style: solid;
		border-left-width: 1px;
		border-right-color: #c9cbcd;
		border-right-style: solid;
		border-right-width: 1px;
		border-top-color: #c9cbcd;
		border-top-style: solid;
		border-top-width: 1px;
		display: block;
		float: left;
		height: 30px;
		margin-top: 10px;
		position: relative;
		width: 30px;
	}

	.ir-chart-indicator .button.selected {
		background:#f2f5f8;
	}
	.ir-chart-indicator .button.selected svg{
		fill:#5ec6e8;
	}

	.ichart-indicator-color-input{
		float: left;
    	height: 20px;
    	width: 20px;
    	margin-top: 15px;
    	cursor: pointer;
	}

	.ichart-indicator-color-input.selected{
		height: 25px;
		width: 25px;
		margin-top:12.5px;
	}

	.indicator-type-label{
		float: left;
    	height: 20px;
    	width: auto;
    	margin-top: 15px;
    	margin-right: 10px;
    	cursor: pointer;
	}

	.indicator-type-label input{
		margin-right: 5px;
	}

	.div-container{
		clear: both;
		display: block;
	}
