div.nn-voting-session {

    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;

}

a.nn-voting-session-permalink:hover {

    text-decoration: underline;

}

h2.nn-voting-session-title {

    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

div.nn-voting-session-meta {

    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 16px;

}

div.nn-voting-session-meta ul {

    list-style-type: none;
    margin-left: 0;
    margin-bottom: 5px;
    padding-left: 0;
    line-height: normal;

}

div.nn-voting-session-meta ul li {

    margin-bottom: 5px;

}

form.nn-voting-session-action button {

    /*    background-color: #F26E35; */

    font-size: 20px;
    border: 0;
    background-color: transparent;
    color: #F26E35;
    padding: 0;
/*
    color: #f26e35;

    border-radius: 5px;
    border: 0;
    box-shadow: 3px 3px 0px 1px rgba(50, 50, 50, 0.5);
*/

}

div.nn-voting-session-container {

    border: 1px solid #69858E;
    border-radius: 5px;
    padding: 0;
    width: 200px;
    margin: 0 0 10px 10px;

}

div.nn-voting-session-error {

    width: 200px;
    font-size: 18px;
    border: 1px solid red;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

div.nn-voting-session-error h1,
div.nn-voting-session-error h2,
div.nn-voting-session-error h3,
div.nn-voting-session-error h4,
div.nn-voting-session-error h5,
div.nn-voting-session-error h6 {

    font-size: 18px;
    font-weight: bold;
    background-color: red;
    padding: 10px;
    color: white;
    text-shadow: none;

}

div.nn-voting-session-error p {

    margin-top: 5px;
    margin-bottom: 5px;

}


div.nn-voting-session-container h3,
div.nn-voting-session-container p {

    background-color: #69858E;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
    color: #fff;

}

form.nn-voting-session-action-lg {

    margin: 15px 0 10px 0;

}

form.nn-voting-session-action button::-moz-focus-inner {

  border: 0;

}

form.nn-voting-session-action button:hover,
div.nn-voting-session-header:hover {

    cursor: pointer;

}

form.nn-voting-session-action button.active {

    box-shadow: inset 3px 3px 0px 1px rgba(50, 50, 50, 0.5);
    background-color: #f26e35;
    color: #000;

}


table.nn-voting-session-list {

    border-collapse: collapse;
    margin: 10px 0;

}

table.nn-voting-session-list thead th {

    background-color: transparent;
    font-size: 16px;
    padding: 5px 0;
    text-transform: uppercase;

}

table.nn-voting-session-list td {

    padding: 10px 0;

}

tr.nn-voting-session > td {

    border-top: 1px solid #F26E35;
    border-collapse: collapse;
}

tr.nn-voting-session td.nn-voting-session-title-cell {

    padding-left: 0;

}

tr.nn-voting-session p {

    margin-bottom: 0;
    font-size: 16px;

}


td.nn-voting-session-vote-count,
td.nn-voting-session-vote-button {

    text-align: center;

}

th.nn-voting-header-col2,
th.nn-voting-header-col3 {

    text-align: center;

}

td.nn-voting-session-vote-count {

    font-weight: bold;
    font-size: 16px;

}

div.nn-voting-session-meta p {

    margin: 10px 0;
    line-height: normal;

}


div.nn-voting-session-description {

    padding: 5px 0 10px 0;
    line-height: normal;
    font-size: 16px;

}

div.nn-voting-session-single-votes {

    float: right;
    margin: 0 0 10px 10px;
    font-size: 20px;
    text-align: center;

}

p.click-directive {

    color: #ececec;
    font-size: 12px;
    text-align: center;
}

span.gf_repeater_add,
span.gf_repeater_remove {

    cursor: pointer;
    font-size: 24px;
    color: #F26E35;
    font-weight: bold;

}

span.gf_repeater_add {

    margin-right: 10px;

}

span.gf_repeater_add span.nn-participant-action,
span.gf_repeater_remove span.nn-participant-action {

    text-decoration: none;

}

span.gf_repeater_add:hover span.nn-participant-action,
span.gf_repeater_remove:hover span.nn-participant-action {

    text-decoration: underline;

}

div.dataTables_filter {

    text-align: right;
    margin: 10px 0;

}

div.dataTables_filter input {

    margin-left: 10px;

}

table.dataTable thead .sorting {

    background-image: url('../images/sort_both.png');
    
}
