
.attention {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    margin-top: -1.3em;
    background-color: transparent;
    color: Tomato;
    border: solid 1em Tomato;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: solid 1.6em;
}

.attention:after {
    display: block;
    content: "";
    position: absolute;
    left: -0.1em;
    top: 0.4em;
    width: 0.2em;
    height: 0.7em;
    background-color: white;
    border-radius: 0.05em;
    -moz-border-radius: 0.05em;
    -o-border-radius: 0.05em;
    -webkit-border-radius: 0.05em;
}

.attention:before {
    display: block;
    content: "";
    position: absolute;
    left: -0.1em;
    top: 1.25em;
    width: 0.2em;
    height: 0.2em;
    background-color: white;
    border-radius: 0.05em;
    -moz-border-radius: 0.05em;
    -o-border-radius: 0.05em;
    -webkit-border-radius: 0.05em;
}

.clock {
    width: 0.9em;
    height: 0.9em;
    left: 0.4em;
    margin-top: -0.7em;
    display: block;
    background: white;
    position: relative;
    border: 0.2em solid #2c2c2c;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -o-border-radius: 1em;
    -webkit-border-radius: 1em;
    -webkit-box-shadow: inset 0 0 0 0.025em #FFF, inset -0.1em -0.1em 0.2em rgba(0,0,0,0.1), inset 0 0 0.2em 0.2em rgba(0,0,0,0.1);
    box-shadow: inset 0 0 0 0.025em #FFF, inset -0.1em -0.1em 0.2em rgba(0,0,0,0.1), inset 0 0 0.2em 0.2em rgba(0,0,0,0.1);
    font-size: 19px;
}

.clock:after {
    content: '';
    position: absolute;
    display: block;
    width: 0.3em;
    height: 0.3em;
    left: 0.4em;
    top: 0.075em;
    border-left: 0.1em solid #2c2c2c;
    border-bottom: 0.1em solid #2c2c2c;
}


.mglass {
	margin-top: 0.7em;
margin-left: 0.7em;
position: relative;
	width: 0.7em;
	height: 0.2em;
	background-color: #2C2C2C;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom-right-radius: 0.15em;
	border-top-right-radius: 0.15em;
}

.mglass::before {
	border: 0.2em solid #2C2C2C;
	content: "";
	position: absolute;
	top: -0.42em;
	left: -0.8em;
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
}
