/* admin css styles */
.content
{
    margin-top: 20px;
    margin-bottom: 60px;
}

label
{
    font-weight: bold;
}

table .action-cell
{
    text-align: right;
}

table .action-cell a
{
    width: 75px;
    text-align: center;
}

table thead
{
    background-color: #eee;
    font-weight: bold;
}

.card
{
    text-align: center;
}
.card .card-title
{
    font-size: 5em;
}

.admin-dashboard .col .card
{
     max-width: 20rem;
}

.admin-question-preview
{
    margin: 10px; padding: 20px; border: dashed 1px #ccc; border-radius: 10px;
}

.admin-question-preview img
{
    width: 200px;
}

td.sort-cell
{
    width: 75px;
}

img.img-candidate
{
    margin-bottom: 20px; width: 150px;
}

