.errorBig {
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    background-color: red;
    font-weight: bold;
    width: 30%;
}

.infos {
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    background-color: #C9F2B8;
    font-weight: bold;
    width: 50%;
    border: 1px solid #008000;
}

#checkBtn {
    background-image: url(sync.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#reinstallBtn {
    cursor: pointer;
    vertical-align: top;
}