#CfourSeoCheckResponse {
    position: fixed;
    top: 15%;
    z-index: 1060;
    background-color: #555555;
    color: #ffffff;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 0 15px 15px 0;
    width: 350px;
    left: -350px;
    -moz-transition: left 0.5s; /* Firefox */
    -webkit-transition:  left 0.5s; /* Safari */
    transition:  left 0.5s;
}

#CfourSeoCheckResponse #responseHeadline {
    font-size: 1.8rem;
    vertical-align: middle;
}

#CfourSeoCheckResponse .responseSubheadline {
    font-size: 1.5rem;
    display: block;
}

.SeoBody{
    padding-bottom: 10px;
}

.SeoCheckPageHeader{
    text-align: center;
    text-decoration: underline;
}

.CfourSeoHelpHeader{
    font-size: 1.8rem;
    vertical-align: middle;
}

#CfourSeoCheckResponse p {
    margin-bottom: 0;
}

#CfourSeoCheckResponse .SeoError {
    color: #EF5350;
}

#CfourSeoCheckResponse .SeoWarning {
    color: #FFEE58;
}

#CfourSeoCheckResponse .SeoGood {
    color: #4CAF50;
}

.SeoErrorImage {
    background: rgba(255, 0, 0, 0.5);
    border: 1px solid red;
}

#CfourSeoCheckResponse #SeoCheckExecute {
    float: right;
}
#CfourSeoCheckExpandButton {
    display: table;
    position: absolute;
    right: -21px;
    border: 1px solid #000;
    border-left: 0;
    top: 50%;
    margin-top: -25px;
    background: #555555;
    width: 20px;
    height: 50px;
    color: #ffffff;
}
#CfourSeoCheckExpandButton > * {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#CfourSeoCheckResponse.CfourOpen {
    left: 0;
}