* {
    margin:  0;
    padding: 0;
}

.swtitle {
    font-size:   36px;
    display: inline;
}

.logo_mainpage {
    height: 110px;
}

.lineBlock {
    display: flex;
    justify-content: space-between;    
}

#sinp_logo {
    margin-right: 0px;
}

#description {
    width: 900px;
}

#tabs {
    width: 900px;
}

#speedometer {
    width: 900px;
}

header {
    align-items: center;
    width: 100%;
}
footer {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

h1 {
	font-size: 25px;
	font-weight: normal;
    text-align: center;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 14px;
	margin: 0 0 0.6em 0;
	border-bottom: 1px solid #d0d0d0;
}

p {
	margin: 0 0 1em 0;
}

.centered {
	margin: auto;
}

.module {
    padding: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.greyNote {
    margin: 1em;
    padding-left: 15px;
}
