﻿body {
}

.title {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-left-style: solid;
    border-left-width: 4px;
    border-left-color: dodgerblue;
    background-color: whitesmoke;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
}

table {
    width: 100%;
    /*border-top: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;*/
    border-collapse: collapse;
}

th, td {
    padding: 10px;
}

th {
    background-color: #D3D3D3;
    border-top: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
    line-height: 15px;
}

td {
    border-bottom: 1px solid #C0C0C0;
    line-height: 10px;
}

.genetic-test-request {
    font-size: 13.5px;
}

.genetic-test-request > thead > tr > th {
    /*text-align: center;*/
    /*background-color: #D3D3D3;*/
}

#geneticTestConsent {
    text-align: center;
    margin-right: 20px;
}

.btn-signpad {
    float: left;
}

.canvasImageSign{
    /*object-fit: cover;*/
    width: 150px;
    height: 100px;
}