* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /*background-color: #EDEDED;*/
    background-color: #F9F9F9;
}

ul {
    display: inline-block;
}

li {
    position: relative;
    display: inline-block;
    list-style-type: none;
}

.main-content {
    font-family: Lato-Light;

    padding-left: 18%;
    padding-top: 20px;
    padding-right: 16%;
}

.page-title {
    font-family: Lato-Light;
    padding-left: 15%;
    padding-top: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 32px;
}

.regular, .pagination {
    font-family: Lato-Regular;
}

.bold {
    font-family: Lato-Regular;
    font-weight: 900;
}

.parameter-header {
    text-align: center;
    margin: 10px 0;
}
.fl-right {
    float: right;
}
.fl-left {
    float: left;
}

.align-middle {
    position: relative;
    top: 10px;
}



.import-left-side  {
    vertical-align: top;
    display: inline-block;
    width: 50%;
}

.import-right-side {
    width: 50%;
    display: inline-block;
}


.mv20 {
    margin-top: 30px;
    margin-bottom: 50px;
}
