.fa1{
   color: #0000ff;
}
.сalcButton {
    background-color:#E0312E;
    border-radius:6px;
    border:2px solid #b5b5b5;
    display:inline-block;
    cursor:pointer;
    color:#FFFFFF;
    font-family:Arial;
    font-size:16px;
    padding:10px 10px;
    text-decoration:none;
}
.сalcButton:hover {
    background-color:#C32A28;
}
.сalcButton:active {
    position:relative;
    top:1px;
}

.copyButton {
    background-color:#E0312E;
    border-radius:6px;
    border:2px solid #b5b5b5;
    display:inline-block;
    cursor:pointer;
    color:#FFFFFF;
    font-family:Arial;
    width:360px;
    height:40px;
    font-size:16px;
/*    padding:10px 10px;*/
    text-decoration:none;
}
.copyButton:hover {
    background-color:#C32A28;
}
.copyButton:active {
    position:relative;
    top:1px;
}

.calcInput {
    font-size:16px;
    border-style:solid;
    padding:10px;
    border-width:2px;
    border-radius:6px;
    border-color:#b5b5b5;
    font-weight:normal;
    width: 240px;
}

.calcInput:focus {
    outline:none;
}
table.calcTable {
/*  width: 300px;*/
  background-color: #d0dbea;
  border-collapse: collapse;
  border-width: 0px;
  border-color: #FFFFFF;
  border-style: none;
  color: #000000;
}

table.calcTable td, table.calcTable th {
  border-width: 4px;
  border-color: #d0dbea;
  border-style: solid;
  padding: 5px;
  color: #000000;
  background-color: #FFFFFF;
  height: 75px;
  width: 75px;
  text-align: center;
}

table.calcTable thead {
  background-color: #d0dbea;
}

table.calcTable td.light {
    border-width: 4px;
    border-color: #d0dbea;
    border-style: solid;
    padding: 5px;
    color: #000000;
    background-color: #d0dbea;
    height: 75px;
    width: 75px;
    text-align: center;
}

td#summary {
    text-align: left;
}

table.calcTable td.nonborder1 {
    background-color: #ffffff;
    
    border-left-style: solid;
    border-left-width: 4px;
    
    border-bottom-style: solid;
    border-bottom-width: 4px;
    
    border-top-style: none;
    border-right-style: none;
    
    border-color: #ffffff;
}

table.calcTable td.nonborder2 {
    background-color: #ffffff;
    
    border-right-style: solid;
    border-right-width: 4px;
    
    border-bottom-style: solid;
    border-bottom-width: 4px;
    
    border-top-style: none;
    border-left-style: none;
    
    border-color: #ffffff;
}

.container {
    width: 400px; /* Ширина элемента в пикселах */
    padding: 10px; /* Поля вокруг текста */
    margin: auto; /* Выравниваем по центру */
/*    background: #fc0; /* Цвет фона */*/
}

body {
    background-color: #ffffff;
}
