* {
    /* Disable long-press callouts. */
    -webkit-touch-callout: none;

    /* Disable highlighting of links. */
    -webkit-tap-highlight-color: rgba(0,0,0,0);

    /* Prevent auto-resizing. */
    -webkit-text-size-adjust: none;

    /* Disable cut/paste; manually re-enable as needed. */
    -webkit-user-select: none;
}

html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border:0;
}

body {
    background-color:#c5ccd4;
    color: #222;
    font-family: Helvetica;
    font-size: 14px;
}

#header {
    height: 45px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;

    background-color: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
    border-bottom: 1px solid #666;
}
#header h1 {
    margin: 0;
    padding: 10px 0;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
}

#header .left {
    position: absolute;
    top: 7px;
    left: 6px;
    z-index: 1;
}

#header .right {
    position: absolute;
    top: 7px;
    right: 6px;
    z-index: 1;
}

#header .Button {
    width: auto;
    min-width: 40px;
    max-width: 60px;
    height: 30px;
    margin: 0;
    padding: 0 5px;
    overflow: hidden;

    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;

    color: #fff;
    background: none;
    background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop(0, #8ea4c1),
        color-stop(0.5, #5877a2),
        color-stop(0.5, #476999),
        color-stop(1, #4a6c9b));
    -webkit-border-radius: 6px;
    border: 1px solid #45505d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25),
                        0 1px 0 rgba(255, 255, 255, 0.25);
}

.ButtonPressed {
    width: auto;
    min-width: 40px;
    max-width: 60px;
    height: 30px;
    margin: 0;
    padding: 0 5px;
    overflow: hidden;

    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;

    color: #fff;
    background: none;
    background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop(0, #7d88a5),
        color-stop(0.5, #3a4e78),
        color-stop(0.5, #273f6d),
        color-stop(1, #273f6d));
    -webkit-border-radius: 6px;
    border: 1px solid #45505d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25),
                        0 1px 0 rgba(255, 255, 255, 0.25);
}

#content {
    width: 100%;
    margin: 0;
    padding: 0;
}
#data {
  padding:15px;
  padding-top:0px;
}

select {
  font-size:14pt;
  font-weight:bold;
}
#sel {
  padding-top:4px;
}

#stars {
  float:left;
  width:78px;
  height:36px;
  padding-top:8px;
}
#stars img {
  padding-right:2px;
}

#btn {
 font-family: Helvetica;
 font-weight: bold;
 font-size: 15px;
 -webkit-appearance:none;
 border: 0;
 padding-left: 14px;
 padding-right: 14px;
 padding-bottom: 8px;
 padding-top: 8px;
 margin: 4px;
  
  
    font-family: inherit;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;

    color: #fff;
    background: none;
    background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop(0, #8ea4c1),
        color-stop(0.5, #5877a2),
        color-stop(0.5, #476999),
        color-stop(1, #4a6c9b));
    -webkit-border-radius: 6px;
    border: 1px solid #45505d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25),
                        0 1px 0 rgba(255, 255, 255, 0.25);


}