﻿.FVTime_Hight {
    padding-top: 3vh;
    /*height: 30vh;*/
}

.header-Section {
    position: initial;
    top: 25%;
}

.Heading1, .Heading3 {
    color: #ffffff;
    align-self: center;
}

.tab-Header {
    background: #F9F9F9;
}

#btnUTC {
    height: 100%;
}

/*img{
    width:32px;
}*/
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.tablinks {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    margin: auto;
    transition: 0.3s;
    font-size: 17px;
    color: black;
}

    /*Change background color of buttons on hover*/
    .tablinks:hover {
        border: none;
        outline: none;
        background: #F9F9F9;
    }

    /*Create an active/current tablink class*/
    .tablinks.active {
        border: none;
        outline: none;
        background: #F9F9F9;
        border-bottom: 2px solid #07B2D9 !important;
    }


