#stickyNoteDiv {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 10px;
    line-height: normal;
    color: #bc020f;
    border: 1px solid #b4a71e;
    background-color: #fdf79b;
    position: absolute;
    display: block;
    float: right;
    text-align: left;
    top: 0;
    right: 0;
    margin: 0;
    width: auto;
    height: 55px;
    overflow: hidden;
    z-index: 9999;
}

#stickyButton {
    color: #2970A6;
    text-decoration: none;
    border: 0;
    margin: 0;
}

#stickyImage {
    float: left;
    display: block;
    border: 0;
    margin: 3px;
}

#stickyPlatformName {
    font-size: 18px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 3px;
    margin-top: 3px;
}

#stickyPlatformVersion {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0;
}

#stickyPlatformNote {
    font-size: 10px;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0;
}

#stickyExtra {
    color: black;
    display: none;
    margin: 3px;
}
#stickyExtra a {
    text-decoration: none;
    color: #2970A6;
}
