﻿html{
padding:0px;
margin:0px;
}

body {
font-family: sans-serif;
padding:0px;
margin:0px;
}

h1,h2,h3 {
font-family: 'Montserrat', sans-serif;
}

.wrap {
width: 750px;
margin-left: auto;
margin-right: auto;
background-color: #F1F1F1;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 20px;
border-left: 3px solid grey;
border-right: 3px solid grey;
border-bottom: 3px solid grey;
}

.text1 {
font-family: 'Roboto', sans-serif;
}

ul {
font-family: 'Roboto', sans-serif;
}

.menulist{
width: calc(100%-10px);
list-style-type: none;
text-align: center;
background-color:#66C2FF;
margin:0px;
position:relative;
left: -25px;
}

.menu {
background-color:#66C2FF;
text-align: center;
}

.menulist li{
display:inline-block;
padding-top: 20px;
padding-bottom:20px;
padding-right: 10px;
padding-left: 10px;
transition: 0.2s;
text-shadow: 2px 2px 9px rgba(150, 150, 150, 0.67);
}

.menulist li:hover{
background-color: #47A3FF;
transition: 0.2s;
}

.menulist li a{
color: white;
text-decoration: none;
font-size: 18px;
font-family: 'Montserrat', sans-serif;
}

table, tr, td{
    font-weight: normal;
}

table, th, tr, td{
 border: 1px solid black;
 width: 100%;
}

.coefficient{
    font-size: 9px;
}

.img1 {
	z-index: -1000;
	float: right;
	margin-top: 20px;
	margin-left: 20px;
}

a {
	color:#47A3FF;
}