body {
    background: #A2A2A2;
}

.navbar .container {
    max-width: 1280px;
    min-width: 1280px;
    padding: 0;
}

.main-content {
    font-size: 14px;
    padding: 15px 0;
    width: 1280px;
    margin: 0 auto;
}


#ShareBoxList table {
    font-size: 14px;
}

#ShareBoxList th {
    text-align: center;
}

#ShareBoxList td {
    vertical-align: middle;
}

#ShareBoxList td span {
    cursor: help;
}

.help-tip, .help-tip2 {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 7px;
    line-height: 1;
    cursor: help;
    border: 1px solid #666;
    color: #666 !important;
    font-family: "Tahoma", "Arial", serif;
    margin-left: 3px;
    font-weight: normal;
}
.help-tip2 {
    background-color: #777;
    border:none;
    color: #fff !important;
}