﻿@media (min-width: 1024px) { .btn-hide-history { display: none !important; }  .btn-history { display: none !important; }  .history { display: block !important; }  .calculator { display: block; width: 600px; max-width: none !important; min-width: auto !important; }  .history { max-height:500px !important; width: 360px; } }  @media (min-width: 1280px) { .calculator { width: 700px; }  .history { max-height: 500px !important; width: 460px; } }  @media (min-width: 1440px) { .calculator { width: 800px; }  .history { max-height: 500px !important; width: 500px; } }  @media (min-width: 1536px) { .calculator { width: 900px; }  .history { max-height: 500px !important; width: 500px; } }
