﻿#neuralsContainer table tr td {
    vertical-align: middle !important;
}

input[type='radio'] {
    -webkit-appearance: none;
    border: 1px solid darkgray;
    border-radius: 50%;
    box-shadow: 0 0 5px 0px gray inset;
    height: 20px;
    outline: none;
    width: 20px;
}

    input[type='radio']:hover {
        box-shadow: 0 0 5px 0px #3399FF inset;
        cursor: pointer;
    }

    input[type='radio']:before {
        border-radius: 50%;
        content: '';
        display: block;
        height: 60%;
        margin: 20% auto;
        width: 60%;
    }

    input[type='radio']:checked:before {
        background: #23527C;
    }

.hcp {
    height: 25px !important;
    max-width: 75px !important;
}

.tblNeurals td, .tblNeuralsFull td {
    vertical-align: middle !important;
    height: 35px !important;
}

.tblNeurals th[class*='number'], .tblNeuralsFull th[class*='number'] {
    cursor: pointer !important;
}
