@text_color: inherit;
@animation_color: inherit;
@margin_top: 0px;
@margin_bottom: 0px;

.lrw-word-rotator {
	.morphext > .animated {
	    display: inline-block;
	}

	.lrw-word-text {
		color: @text_color;
		margin-bottom: @margin_bottom;
		margin-top: @margin_top;
	}

	.lrw-rotating {
		color: @animation_color;

		&.rotator-is-bold {
			font-weight: bold;
		}
	}

	.rotator-align-left {
		text-align: left;
	}

	.rotator-align-center {
		text-align: center;
	}

	.rotator-align-right {
		text-align: right;
	}

	&.rt-no-display {
		.lrw-rotating {
			display: none;
		}
	}
}
