.tabletop{
width:100%;
}

a.knopki-menu{
font-weight:bold;
text-align:center;
font-size:40;
color:#ffffff;
text-decoration: none;
width:100%;
display: inline-block;
padding-top:50;
height: 100px;
line-height: 30px;
border-radius: 10px;
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
}

.button-menu {
background: #03818f;
}