﻿.add-tag-wrapper {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
}

.input-grp {
	margin-top: 20px;
}

	.input-grp input,
	.input-grp select,
	.input-grp option {
		width: 200px;
		height: 35px;
		font-size: 18px;
		text-align: right;
		padding-right: 10px;
		border-radius: 5px;
	}

#valueSelect, valueSelect option {
	text-align: right;
}

#tagList{
	list-style: none;
}

.tag {
	float: right;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 5px;
	box-shadow: 2px 2px 10px 2px rgba(33, 33, 33, 0.2);

}