.errorMessage{
    color:#ff0000 !important;
}
.magentoStoresSection{
    background:#ffffff;
}
.magentoStoresSection img{
    text-align: center;
}

.statusColor {
    width: 40px;
    height: 40px;
    background: lightgrey;
    border-radius: 100%;
    animation-name: colorChange;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.redColor {
    /*animation-name: redColor;*/
    background-color: red;
}
.greenColor {
    /*animation-name: greenColor;*/
    background-color: green;
}
/*@keyframes greenColor{
    0%{background-color: green}
    33%{background-color: green}
  34%{background-color: grey}
  100%{background-color: grey}
}

@keyframes redColor{
  0%{background-color: grey}
  66%{background-color: grey}
  67%{background-color: red}
  100%{background-color: red}
}*/
.magentoStoresSection table td{
    word-break: break-all;
}