﻿body {
    margin-bottom:5%;
    margin-left : 10%;
    margin-right : 10%;
    margin-top  : auto;
    background-color:#edf0f5;

}

TopTitle {
    margin-bottom:1%;
    margin-left : 1%;
    margin-right : 1%;
    margin-top  : 1%;
    width:auto;

}

.MainTable {
   
    
    border-bottom-style:outset;
    margin-left: 0px;
    margin-bottom: 103px;
    width:auto;
}
.MainTableLeftTd{
   
    background-color:#bfdce5;
    width :250px;

}

.LabelInfo{
   
    background-color: #edf0f5;
    color: #666;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;

}
.linksBackground {
   
    
    background-color: #2d5e67;
}

.tdCaptions {
   
    background-color: #c9c9f0;
    font-family: 'Arial Black';
    font-size: 15px;

}

.tdCaptionTopics {
   
    background-color: #bcf3f1;
    font-family: 'Arial Bold';
    font-size: 14px;

}
.equalDivision
    {
        width:25%;
    }

.smallDivision
    {
        width:15%;
    }

.InfoCaption {
            background-color: #d5ebe8;
            font-family: Cambria;
            font-size: 14px;
            width: 245px;
            font-weight: 300;
            border-color: #fff;
            text-decoration-color: aliceblue;
            font-weight: bold;
        }
.dropbtn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #1313eb;
    color: white;
    font-size: 16px;
    cursor: pointer;
    width: 120px;
    height: 40px;
}

.dropdown {
    position: relative;
    display: grid;
    top: 6px;
    left: 0px;
    height: 34px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #b8f9f7;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: blue;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-family: Cambria;
    font-size: 14px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #1313eb;
}