
.sc{
font-family: "Arial",Helvetica,Arial,sans-serif;
    -webkit-animation: rightThenLeft 100s linear infinite;
	width: 425%;
	position: absolute;
	line-height: 31px;
	}
@-webkit-keyframes rightThenLeft 
{
	0%{right: 0%;}
    0%  {left: 18%;}
	100% {left: -410%;}
}
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}
.sc:hover {
    animation-play-state: paused
}
.mytag
{
	    font-family: "Helvetica", Helvetica, Arial, sans-serif;
		color: rgba(0, 0, 0, 0.71);
		font-size: 13px;
}
.alert-messages 
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000000;
	margin: 0;
	
}

.alert {
     padding: 0px; 
   
    border: 2px solid transparent;
    border-radius: 0px;
	display:none;
}
.alert-dismissable .close {
    position: relative;
    top: 3px;
    right: 8px;
    color: inherit;
    background: #6C3161;
    z-index: 1;
    opacity: 1;
    width: 37px;
    right: -2px;
	text-shadow: 0 0 0;
    color: white;
	font-size: 24px;
}
.alert-info {
    /* color: #31708f; */
    background-color: #6C3161;
    /* border-color: #bce8f1; */
}