﻿ .env_mode{
        line-height: 41px;
        font-size: 15px;
        width: 100%;
        text-align: center;
    }

 .preprod{
        background: #FFC153;
        color: #fff;
    }

 .dev {
        background: #47B39D;
        color: #fff;
    }