#selectedcolor {
	border:1px solid #e3e3e3;
	width:80%;
	height:300px;
	margin:auto;
}
#divpreview {
	border:1px solid #e3e3e3;
	width:80px;
	height:20px;
	margin:auto;
	visibility:hidden;
}
.colorTable, #colorhexDIV, #colorrgbDIV, #colorripDIV, #colorhslDIV, #colornamDIV {
	font-family:Consolas, 'Courier New', Courier, monospace;
}
#colorhexDIV, #colorrgbDIV, #colorripDIV, #colorhslDIV, #colornamDIV {
	font-size:18px;
}
#wronginputDIV {
    text-align:left;
    position:absolute;
    margin:4px 10px;
    color:#a94442;
    display:none;
}
.has-error input{
    border:1px solid red;
}
#entercolorDIV input,#entercolorDIV button{
	height:28px;
}
#entercolorDIV input{
	width:80%;
	border:1px solid #d3d3d3;
	border-right:none;
}

.w3-table-all td {
	padding:4px;
}

#lumtopcontainer table td {
    vertical-align: middle !important;
}

#lumtopcontainer table td {
    border: none !important;
    border-collapse: collapse !important;
    padding: 0 !important;
}

.rgb-selection {
    float: left;
}

.rgb-variations {
    float: right;
    width: 75%;
    padding-top: 30px;
}

h2 {
    text-align: center !important;
    font-weight: bold !important;
}

.clear-section {
    clear:both;
    font-size: 1px;
}