.PSOFOShop .button,
.PSOFOShop .btn,
.PSOFOShop button,
.PSOFOShop input[type="submit"],
.PSOFOShop input[type="reset"],
.PSOFOShop input[type="button"] {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #011e41;
    border-color: #011228;
}

.PSOFOShop .button:hover,
.PSOFOShop .btn:hover,
.PSOFOShop button:hover,
.PSOFOShop input[type="submit"]:hover,
.PSOFOShop input[type="reset"]:hover,
.PSOFOShop input[type="button"]:hover,
.PSOFOShop .button:focus,
.PSOFOShop .btn:focus,
.PSOFOShop button:focus,
.PSOFOShop input[type="submit"]:focus,
.PSOFOShop input[type="reset"]:focus,
.PSOFOShop input[type="button"]:focus {
    color: #fff;
    background-color: #009fe3;
    border-color: #008dca;
}

#mrtedlogo {
    display: none;
}

.PSOFOShop a {
    color: #009fe3;
    text-decoration: none;
}

.PSOFOShop a:hover,
.PSOFOShop a:focus {
    color: #000;
    text-decoration: underline;
}

body .PSOFOShop {
    font-size: 14px;
    color: #333;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #011E41;
}

.PSOFOShop input[type="email"], .PSOFOShop input[type="number"], .PSOFOShop input[type="search"], .PSOFOShop input[type="text"], .PSOFOShop input[type="tel"], .PSOFOShop input[type="url"], .PSOFOShop input[type="password"], .PSOFOShop textarea, .PSOFOShop select {
    border: 1px solid #F2F2F2;
}

.PSOFOShop input[type="email"]:focus, .PSOFOShop input[type="number"]:focus, .PSOFOShop input[type="search"]:focus, .PSOFOShop input[type="text"]:focus, .PSOFOShop input[type="tel"]:focus, .PSOFOShop input[type="url"]:focus, .PSOFOShop input[type="password"]:focus, .PSOFOShop textarea:focus, .PSOFOShop select:focus {
    border: 1px solid #011E41;
}