
.hover-link {
        cursor:pointer;
}

.hover-link:hover {
	text-decoration: underline;
}

.edit-round {

        padding-left:5px;
        height:22px;
        border-radius:8px;
        border:1px solid #808080;
}

.keywords_section {
    color:#202020;
    background-color:rgb(251,251,210);
    border:1px solid #c0c0c0;
    padding:8px;
    padding-top:2px;
    margin-top:8px;
    overflow:auto;
    width:340px;
    height:260px;
}

.button1 {
    font-size:9pt;
    font-family:arial;
    text-align:center;
    padding:2px;
    border-radius:5px;
    margin-top:6px;
    border:1px solid #a0a0a0;
    box-shadow:1px 1px 1px #808080;
    cursor:pointer;
}

.text-button {
             background-color:rgb(71,100,179);
             //opacity:.7;
             color:white;
             padding:9px;
             font-weight:bold;
             font-size:10pt;
             border:none;
             cursor:pointer;
             min-width:80px;
             border-radius:8px;
             box-shadow:4px 4px 4px #909090;
}

.text-button2 {
             background-color:silver,
             color:#606060;
             padding:9px;
             font-weight:bold;
             font-size:10pt;
             border:none;
             cursor:pointer;
             min-width:80px;
             border-radius:8px;
             box-shadow:4px 4px 4px #909090;
}

.text-edit {
           font-family:arial;
           font-size:12pt;
           font-weight:normal;
           color:#505050;
           padding:4px;
           border-radius:6px;
}
