div.content {
    width: 100;
    padding: 10px;
}

#qpoints1 {
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

#test {
    position: relative;
}


#semGpa {
    padding: 10px 0px 0px 0px;
    border: none;
    color: black;
    background: transparent;
    box-shadow: none;
}

#totGpa {
    padding: 10px 0px 0px 0px;
    border: none;
    color: black;
    background: transparent;
    box-shadow: none;
}

#topGpa {
    padding: 10px 0px 0px 0px;
    border: none;
    color: black;
    background: transparent;
    box-shadow: none;
}

#totQPoints {
    padding: 10px 0px 0px 0px;
    border: none;
    color: black;
    background: transparent;
    box-shadow: none;
}