button {
    overflow: visible;
    width: auto;
}
button.link {
    font-family: "Verdana" sans-serif;
    font-size: 1em;
    text-align: left;
    color: blue;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;

    -moz-user-select: text;

    /* override all your button styles here if there are any others */
}
button.link span {
    text-decoration: underline;
}
button.link:hover span,
button.link:focus span {
    color: black;
}

a.update, a.delete, a.add, a.view, a.back, a.show {
        font-size: 11pt;
        color:#900;
        font-wight:bold;
        padding-left:20px;
        text-decoration: none;
}
a.update {
        background:url('/system/files/iamData/icons/small/update.png') left center no-repeat;
}
a.delete {
        background:url('/system/files/iamData/icons/small/delete.png') left center no-repeat;
}
a.add {
        background:url('/system/files/iamData/icons/small/add.png') left center no-repeat;
}
a.view {
        background:url('/system/files/iamData/icons/small/forward.png') left bottom no-repeat;
}
a.show {
        background:url('/system/files/iamData/icons/small/next.png') left center no-repeat;
}
a.back {
        background:url('/system/files/iamData/icons/small/back.png') left bottom no-repeat;
}
a.update:hover, a.delete:hover, a.add:hover, a.view:hover {
        color:#000;
}
p {
        text-align:justify;
}

.phd-qual-topic:before {
    content: url('/system/files/iamData/icons/sphere1.png');
}


