﻿
.Head {
    padding-bottom: 10px;
    height: 100px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .Head .R {
        width: 80%;
        height: 50%;
        float: none;
    }

    .Head .L {
        width: 20%;
        height: 50%;
        float: none;
    }

.TopLinks .faLink {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.TopLinks .RegisterLink{
    padding-bottom: 5%;	
}

.TopLinks .LoginLink{
	border: none;
}

.SearchBox input[type=text]{
	font-size: 0.9rem;
}

ul.Menu li a {
    margin: 0 15px;
}

.Gv .Download {
    width: 20%;
}

    .Gv .Download a {
        width: 12px;
        height: 12px;
        background-position: -40px -40px;
    }

.Gv th {
    padding: 1%;
}

.Gv td {
    padding: 1%;
    /* ReSharper disable InvalidValue */
    word-break:break-word;
    /* ReSharper restore InvalidValue */
}


    
.PersonInfo .R {
    width: 18%;
}

.PersonInfo .L {
    width: 78%;
}

    .PersonInfo .PI-F {
        width: 25%;
    }


            .ResearchTypeTab li a {
            margin: 1px;
        }