.button,
.active,
.delete {
    color: #007cd0;
	cursor: pointer;
}

.move {
	cursor: move;
}

.icon {
	position: relative;
	top: 3px;
}

.bold {
	font-weight: bold;
}

.black {
	color: #000000;
}

.red {
	color: #ff0000;
}

.white {
	color: white;
}

.blue {
	color: #007cd0;
}

.grey {
	color: #b3b3b3;
}

.orange {
	color: #e6511d;
}

.pink {
	color: #ff00ff;
}

.yellow {
    color: #ffff00;
}

.yellowbg {
    background: #ffff00;
}

.strikeout {
    text-decoration: line-through;
}
