
       body {
       background-color: #3bb8e7;
       color: #3bb8e7;
      }
        .ak-container {
			color: brown;
		}
        h1 {
            color: black;
            margin-left: 0px;
        }
        
        input[type=number] {
            width: 32px;
            color: black;
        }
        
        input {
            border: 2px solid;
            margin-bottom: 3px;
        }
        
        span {
            background-color: white;
            display: block;
            block-size: auto;
            color: black;
            font-size: 150%;
            font-weight: bold;
        }
        
        table,
        th,
        td {
            border-collapse: collapse;
        }
        
        th,
        td {
            padding: 0;
        }
        
        button {
            padding: 10px;
            margin-right: 15px;
            border-radius: 2px;
            outline: none;
            border: none;
        }
        .supermaths-box-on{
            display: none;
        }
        .abacus-input-box{
            display: none;
        }
        input#abacus_rails {
         display: none;
     }
     #abacus_canvas {
        margin: 0 auto;
        width: unset !important;
        }
        div#abacus_p {
    border: 0px solid !important;
    }
    .button-abomn {
    border: ridge 0px #ffffff;
    padding: 0;
    width: unset;
    margin: 0;
    text-align: right;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 60px;
    padding: 5px 14px;
    text-align: center;
    background-color: #ffb10f;
    font-size: 20px;
    border-radius: 100px;
}
.abo-box{
    border: ridge 0px #99aabb !important;
    padding: 0;
    width: 100% !important;
    margin: 0;
    line-height: 23px;
    color: #808080;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
}
