/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 1, 2022, 2:38:46 PM
    Author     : frank
*/

#authors-choice-form {
    float:left;
    margin-left: 10px;
    margin-top: 5px;
    background-color: white;
    padding: 5px;
}
#authors-choice-form .center-button {   
    display: inline;
    min-height:25px;
    background-color:#494949;
    color:white;
}

.center-button:hover {
  background-color: #9B524C; 
}


.spk-bold, .spk-author {
    font-weight:bold;
}
.spk-italic {
    font-style: italic;
}
.soul-table-td {
    border-style:solid;
    border-width:1px;
    padding:3px;
}
.spk-underline{
    text-decoration: underline;
}

