﻿
.LinkColor a {
    color: white;
}

.karakter {
    list-style: none;
    padding: 0;
}

    .karakter li {
        text-align: center;
        border: 1px solid;
        float: left;
    }

        .karakter li a {
            display: block;
            width: 32px;
            font-size: 20px;
            font-weight: bold;
        }

.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.serviceImg img {
    height: 175px;
    width: 255px;
}

.serviceImg li:hover {
    background-color: Background;
}

.serviceImg p {
    height: 100px;
    background-color: #172C44;
}

.serviceImg a {
    font-size: 14px;
    color: #C4C4C4;
    font-family: 'Open Sans';
}


.botImgSize img {
    width: 420px;
    height: 310px;
}


.botImgSize li {
    font-size: 14px;
    color: #C4C4C4;
    font-family: 'Open Sans';
    margin-top: 3%;
}

.botImgSize div {
    width: 420px;
    height: 160px;
    background-color: #172C44;
}

.LabTest a{
    color: white;
}
.geneticText p {
    color: white;
    font-family: 'Open Sans';
    font-size: 13px;
}
.geneticText li {
    color: white;
    font-family: 'Open Sans';
    font-size: 13px;
}
.geneticText th {
    background-color: #659bdc;
    color: white;
    font-family: 'Open Sans';
    font-size: 13px;
}
.geneticText tbody {
    background-color: #e6e2e2;
}
.geneticText tr {
    
    color: white;
    font-family: 'Open Sans';
    font-size: 13px;
}
.geneticText td {
    color: black;
    font-family: 'Open Sans';
    font-size: 13px;
}
.geneticText h1, h2, h3, h4, h5 {
color:white
}
.back-to-top {
    border-radius: 5px;
    bottom: 20px;
    color: #fff;
    display: block;
    font-size: 40px;
    height: 58px;
    position: fixed;
    right: -200px;
    text-align: center;
    transition: all 800ms ease 0s;
    visibility: hidden;
    width: 60px;
    line-height: 50px;
    z-index: 500;
}

    .back-to-top:focus, .back-to-top:hover {
        color: #fff;
        transition: all 800ms ease 0s;
    }

    .back-to-top.to-top {
        right: 20px;
        transition: all 800ms ease 0s;
        visibility: visible;
    }