.SignIn {
    border: 1px solid white;
    border-radius: 4px 4px 4px 4px;
    min-width: 100px;
    min-height: 20px;
}

.SignOut{
    border: 1px solid white;
    background-color: white;
    color: #00A5E2;
    border-radius: 4px 4px 4px 4px;
    min-width: 100px;
    min-height: 20px;
}

.SignIn img {

    float: left;
    height: 20px;
    width: 20px;
}