body {
    background-color: #ffffff;
    margin: 0px;
}
div.alg {
    margin: 20px;
    float: left;
    width: 220px;
}
a {
   text-decoration: none;
   color: blue;
}

a:hover {
    cursor:pointer;
}

td {
	padding: 10px;
}

btn {
    margin: 0 10px;
}
.cc-table {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.cc-interface {
	border: none;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-family: monospace;
}

.cc-link {
	margin: 5px;
}

.cc-formula-text {
	font-size: 1.8em;
	font-weight: bolder;
}

.cc-link {
   text-decoration: none;
   font-size: 1.4em;
   color: #666;
   border-radius: 8px;
   -moz-border-radius: 8px;
   background: #eee;
   padding: 2px 8px;
}
.cc-link:hover {
    color: #333;
    background: #ddd;
}
table.instrukcja td {
    width: 33%;
    text-align: center;
}
table.instrukcja4 td {
    width: 25%;
    text-align: center;
}
div.one {
    width: 450px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
