/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .vote-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.vote-table th {
    text-align: left;
    padding: 10px;
    background-color: #f9f9f9;
	color: #000000;
}

.vote-table td {
    vertical-align: top;
    padding: 10px;
    width: 33.33%;
    text-align: center;
}

.vote-image {
max-width: 100%;
    height: auto;
    margin-bottom: 10px;}}

.table-content {
    margin-bottom: 10px;
}

.project-title {
    font-weight: bold;
    font-size: 1.1em;
}

.company {
    font-size: 0.9em;
    color: #666;
}

.project-link {
    font-size: 1.2em;
    text-decoration: none;
    color: #000;
}

.project-link:hover {
    color: #0073aa;
}

input[type="radio"] {
    margin-top: 10px;
    transform: scale(1.5)
	clip: unset !important;
}