ly: sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
}
table {
        table-layout: fixed ;
        width: 100% ;
}
th {
        font-size: 12px;
}
td {
        font-size: 12px;
}
p {
	margin: 0;
	padding: 0 0 14px;
	line-height: 16px;
        font-size: 14px;
}
label {
        font-size: 13px;
}
img {
	border: none;
}
textarea {
	width: 100%;
	max-width: 100%;
	margin: 1px 4px 3px 4px;
	border: solid 1px #315664;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	color: #595959;
}
textarea:focus {
        outline: none !important;
        border:1px #315664;
        box-shadow: 0 0 10px #315664;
}
.center {
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        padding: 10px;
}
.center .balls {
        margin: auto;
        width: 100%;
}
.center .text {
        max-width: 100%;
        width: 100%;
}
.blocks .btn-warning {
        padding: 24px 32px;
        margin: 0 5px;
        border-radius: 0;
}
.btn.btn-primary {
        font-size: 18px;
        border: 2px solid #315664 !important;
        border-radius: 24px;
        background-color: white !important;
        color: #315664 !important;
}
.btn.btn-primary.hover,
.btn.btn-primary:hover {
        background-color: #315664 !important;
        color: white !important;
}
.btn.btn-primary.disabled,
.btn.btn-primary:disabled {
        font-size: 18px;
        border: none;
        border-radius: 24px;
}
.btn.btn-autosize {
        color: #fff;
        background-color: #e93e4e;
        width: 28px;
        height: 28px;
        margin-top: 10px;
        margin-right: 10px;
        padding: 5px 8px;
        font-size: 10px;
        line-height: 1.33;
        border-radius: 13px;
}
.btn.btn-warning.hover,
.btn.btn-warning:hover {
        background-color: #fd8c68;
}
.btn.btn-warning.focus,
.btn.btn-warning:focus {
      color: #fff;
      background-color: #95b43e;
      border: none;
      outline: none;
      box-shadow: none;
      width: 32px;
      height: 32px;
      font-weight: bold;
      border-radius: 5px;
  }

  @media screen and (min-width: 320px) {
        .btn.btn-autosize {
              /*background-color: #c7e93e;*/
              width: 45px;
              height: 45px;
              margin-top: 10px;
              margin-left: 5px;
              margin-right: 10px;
              padding: 10px 16px;
              font-size: 14px;
              line-height: 1.33;
              border-radius: 25px;
        }
        .btn.btn-warning.focus,
        .btn.btn-warning:focus {
              color: #fff;
              background-color: #95b43e;
              border: none;
              outline: none;
              box-shadow: none;
              width: 45px;
              height: 45px;
              font-weight: bold;
              border-radius: 10px;
          }
      }
      
@media screen and (min-width: 481px) {
        .btn.btn-autosize {
              /*background-color: #3ec1e9;*/
              width: 50px;
              height: 50px;
              margin-top: 10px;
              margin-left: 5px;
              margin-right: 10px;
              padding: 10px 16px;
              font-size: 14px;
              line-height: 1.33;
              border-radius: 25px;
        }
        .btn.btn-warning.focus,
        .btn.btn-warning:focus {
              color: #fff;
              background-color: #95b43e;
              border: none;
              outline: none;
              box-shadow: none;
              width: 50px;
              height: 50px;
              font-weight: bold;
              border-radius: 10px;
          }
      }
      
@media screen and (min-width: 641px) {
        td {
              font-size: 14px;
        }
        th {
              font-size: 14px;
        }
        p {
              font-size: 16px;
        }
        label {
              font-size: 14px;
        }	
        .btn.btn-autosize {
              /*background-color: #3ee969;*/
              width: 50px;
              height: 50px;
              margin-top: 10px;
              margin-left: 5px;
              margin-right: 10px;
              padding: 10px 16px;
              font-size: 14px;
              line-height: 1.33;
              border-radius: 25px;
        }
        .btn.btn-warning.focus,
        .btn.btn-warning:focus {
              color: #fff;
              background-color: #95b43e;
              border: none;
              outline: none;
              box-shadow: none;
              width: 50px;
              height: 50px;
              font-weight: bold;
              border-radius: 10px;
          }
      }
@media screen and (min-width: 961px) {
        td {
              font-size: 16px;
        }
        th {
              font-size: 16px;
        }
        p {
              font-size: 18px;
        }
        label {
              font-size: 15px;
        }
        .btn.btn-autosize {
              /*background-color: #e9de3e;*/
              width: 55px;
              height: 55px;
              margin-top: 10px;
              margin-left: 5px;
              margin-right: 10px;
              padding: 10px 16px;
              font-size: 16px;
              line-height: 1.33;
              border-radius: 25px;
        }
        .btn.btn-warning.focus,
        .btn.btn-warning:focus {
              color: #fff;
              background-color: #95b43e;
              border: none;
              outline: none;
              box-shadow: none;
              width: 55px;
              height: 55px;
              font-weight: bold;
              border-radius: 15px;
          }
      }
      
@media screen and (min-width: 1281px) {
        .btn.btn-autosize {
              /*background-color: #e93e4c;*/
              width: 55px;
              height: 55px;
              margin-top: 10px;
              margin-left: 5px;
              margin-right: 10px;
              padding: 10px 16px;
              font-size: 18px;
              line-height: 1.33;
              border-radius: 25px;
        }
        .btn.btn-warning.focus,
        .btn.btn-warning:focus {
              color: #fff;
              background-color: #95b43e;
              border: none;
              outline: none;
              box-shadow: none;
              width: 60px;
              height: 60px;
              font-weight: bold;
              border-radius: 20px;
          }
      }
      