.MusexPress-Error-Title{
    text-align: center;
}
.MusexPress-Actions svg{
    height: 3rem;
    padding-bottom: .5rem;
    width: 3rem;
}
.MusexPress-Actions{
    text-align: center;
    margin-top: -15px;
    margin-bottom: 40px;
}
.MusexPress-Actions ul{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    list-style-type: none;
}

.MusexPress-Actions li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 3rem;
    padding-top: 3rem;
}
.MusexPress-Actions li > a svg + span {
    vertical-align: middle;
    display: table-caption;
}

.MusexPress-Actions > li > a {
    text-align: center;

}
.MusexPress-Actions a:hover {
    color: #0198e4;
}
.MusexPress-Actions > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}

.MusexPress-Actions a {
    text-decoration: none!important;
}

a{
    text-decoration: none;
}
.MusexPress-Logo{
    margin-top: 40px;
    text-align: center;
}
.MusexPress-Logo svg{
    width: 50px;
    height: 50px;
}

.blog-lite-action-button{
    padding: 7px 14px;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #0198e4;
    color: #fff;
    text-decoration: none;
    margin-left: 6px;
    box-shadow: 0 1px 3px rgba(51, 51, 51, 0.12), 0 1px 2px rgba(51, 51, 51, 0.24);
}
.blog-lite-action-button:hover{
    background-color: #0181c2;
    color: #fff;
    box-shadow: 0 2px 3px rgba(51, 51, 51, 0.25), 0 2px 3px rgba(51, 51, 51, 0.22);
}
