h2{
    margin:0px;
    padding: 0px;
    border: 0px;
}

body{
    background-color:#e0e0e0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

::-webkit-scrollbar {
    width: 6px;
    position: relative;
}

::-webkit-scrollbar-track {
    padding-right: 3px;
    background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    padding-right: 3px;
    border-radius: 10px;
    background-color: #b3b3b3;
}

.top-bar{
	background-color: #4285F4;
	padding: 0 !important;
	height: 50px;
	display: block;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.6);
    z-index: 999;
}

.product-logo {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.product-logo > a > span {
    padding: 0px;
    line-height: 36px;
    font-size: 22px;
    font-family: 'SourceSansPro-Light', 'sans-serif';
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    margin-top: 7px;
}

.product-logo > a > img {
    max-width: 41px;
    height: auto;
    position: relative;
    display: block;
    float: left;
    margin:5px 5px 5px 20px;
}

.product-logo:focus {
    text-decoration: none;
}


.container-div{
    padding:0px;
    background-color:#e4e4e4;
}

.doc-div{
    background-color:#fff;
    margin:15px 50px 0px 50px;
    border-radius: 0.3em;
    padding:15px 25px;
}

.doc{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:12px;
    padding:5px;
    width:100%;
}

.result-body-div{
    background-color:#fff;
    margin:15px 50px 10px 50px;
    border-radius: 0.3em;
    padding: 15px 25px
}

.result-div{
    height: 400px;
    overflow-y: auto;
    border: 1px solid rgb(169, 169, 169);;
    padding: 10px;
    width: 100%;
}

.first-btn{
    margin-left: 44%;
    margin-right: 20px;
}

.btn{
    margin-top: 10px;    
}

h4{
    margin-left: 44%;
}