 * {
            font-family: sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            opacity: 1;
        }
        
        input:focus {
            outline: none !important;
            border-color: BLUE;
            box-shadow: 0 0.6px 2px red;
        }
        
        select:focus {
            border-color: brown;
            outline: none;
        }
        
        .navTitle {
            width: 100%;
            float: left;
            margin-bottom: 15px;
            text-align: center;
            margin-top: 10px;font-size:20px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }
        
        .navTitle a {
            text-decoration: none;
        }
        
        .nav {
            width: 100%;
            background-color: #007A4D;
            overflow: auto;
            border-bottom: 2px solid brown;
            float: left;
            margin-bottom: 20px;
        }
        
        .nav a {
            float: left;
	padding: 12px;
	color: white;
	text-decoration: none;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	border-right: 1px solid orangered;
	font-size: 17px;
	width: 23%;
	text-align: center;
        }
        
        .nav a:hover {
            background-color: #08457e;
        }
        
        .nav a.nav_active {
            background-color: #08457e;
        }
        
        .nav_active {
            margin-left: 6%;
        }
        
        .sa__Container {
            width: 20%;
           float:left;
            margin-top: 3px;
            margin-bottom: 25px;
            margin-left: 25%;
        }
        
        .sa__boxes {
            float: left;
            width: 73%;margin-left:13.8%;margin-top:-2%;
        }
        
        .sa__subBoxes {
            float: left;
            padding: 10px;
            border: 1px solid black;
        }
        
        .sa__infoDiv {
            width: 35%;
            margin-right: 2%;
        }
        
        .sa__tablesDiv {
            width: 63%;
        }
        
        .sa__decimalDiv {
            margin-top: 30px;
        }
        
        .sa__headings {
            text-align: center;
            text-decoration: none;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }
        
        .sa__subSubBoxes {
            float: left;
            width:100%;
            margin-bottom: 15px;
        }
        
        .sa__countrySelectionDiv {
            margin-bottom: 40px;
        }
        
        .sa__lbls {
            font-size: 15px;
            letter-spacing: 0.5px;
            font-weight: bold;
            font-family: lato;
        }
        
        .pru_readOnlyInps {
            background-color: #075077;
            color: white;
        }
        
        .pru_hideShowDiv {
            float: left;
            width: 100%;
        }
        
        .sa__CountrySelection,
        .pru_Inps,
        .sa__DecimalSelection {
            height: 42px;
            font-family: lato;
            font-size: 17px;
            font-weight: bold;
            letter-spacing: 1px;
            border: 1px solid black;
            text-align: center;
            width: 100%;
        }
        
        .pru_Inps {
            padding: 10px;
            padding-right: 29px;
        }
        
        .sa__CurrLbls {
            margin-left: -29px;
            font-weight: bold;
            font-family: lato;
            color: green;
            font-size: 16px;
        }
        
        .sa__tables {
            float: left;
            width: 100%;
            border-collapse: collapse;
        }
        
        .sa__tables tr {
            border-bottom: 1px solid black;
        }
        
        .sa__tables th,
        .sa__tables td {
            padding: 5px;
            height: 36px;
        }
        
        .sa__tables th {
            width: 50%;
            text-align: left;
            font-size: 16px;
            background: #e7feff;
            font-family: lato;
        }
        
        .sa__tables td {
            width: 50%;
            text-align: right;
            font-size: 17px;
           
            background: #e7feff;
        }
        
        .sa__includingVATTable {
            margin-bottom: 20px;
        }
        
        .pru_tablesHeadings {
            text-align: center;
            background-color:#007A4D;
            border-bottom: 2px solid brown;
            color: white;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 1px;
            padding: 4px;
            width: 100%;
            font-family: lato;
        }
        
        .sa__btns {
            float: left;
            width: 49%;
            border: 1px solid black;
            color: white;
            font-size: 16px;
            letter-spacing: 1px;
            font-weight: bold;
            background:#DE3831;
            font-family: lato;
            height: 35px;
            cursor: pointer;
        }
        
        .sa__btns:hover {
            background-color: #592720;
            color: white;
        }
        
        #sa__Copy,
        #sa__ReverseCopy {
            margin-right: 2%;
        }
        
        .sa__btnsDiv {
            margin-bottom: 0px;
        }
        
        .sa__optionalDiv {
            margin-top: 20px;
        }
        
        .sa__optionalTablesDiv {
            float: left;
            width: 48%;
        }
        
        .sa__mainTablesDiv {
            float: left;
            width: 100%;
        }
        
        .sa__includingResultsDiv {
            margin-right: 4%;
        }
        
        .pru_optionalResultsTable th {
            font-size: 16px;
        }
        
        .pru_optionalResultsTable td {
            font-size: 17px;
        }
        
        .pru_optionalResultsTable tr {
            border-top: 1px solid black;
        }
        
        .sa__includingResultsDiv,
        .sa__excludingResultsDiv {
            margin-bottom: 40px;
        }
        
        .lastOptInDiv lastOptExDiv {
            margin-bottom: 0px;
        }
        
        .sa__optResultsRates {
            color: red;font-size:15px;
        }
        
        .sa__operationSelection {
            font-size: 16px;
            margin-bottom: 0px;
        }
        
        #sa__selectedCountrylbl {
            margin-bottom: 20px;
            float: left;
        }
        
        .sa__selectedCountryStrong {
            color: red;
        }
        
        .sa__reverseLastDiv {
            margin-bottom: 0px;
        }
        
        .reverseOptDiv {
            margin-bottom: 19px;
        }
        
        .sa__currencyLbl {
            color: green;
            font-size: 15px;
        }
        
        .sa__mainCopyDiv {
            margin-top: 20px;
            float: left;
            width: 100%;
            padding: 10px;
            border: 1px solid black;
        }
        
        .sa__optionalDiv .pru_tablesHeadings {
            margin-bottom: 30px;
        }
        
        .sa__AdsDiv {
            float: left;
            border: 0px solid black;
            overflow: hidden;
        }
        
        .sa__topDiv {
            height: 300px;
            width: 50%;
            margin-left: 25%;
        }
        
        .sa__opsMiddleDiv {
            float: left;
            width: 100%;
            margin-bottom: 40px;
            height: 250px;
        }
        
        .sa__reversebottomDiv {
            height: 250px;
            margin-top: 20px;
            width: 100%;
        }
        
        .sa__informationDiv {
            width: 50%;
            margin-left: 25%;
            text-align: center;
            float: left;
            border: 1px solid black;
        }
        
        .footer {
            float: left;
            width: 100%;
            text-decoration: none;
            margin-top: 50px;
        }
        
        .privacyLinks {
            float: left;
            width: 100%;
            text-align: center;
            text-decoration: none;
        }
        
        .topPrivacyLinks {
            margin-bottom: 20px;
        }
        
        .footer_para {
            font-family: lato;
            font-weight: bold;
            font-size: 17px;
        }
        
        .footer_links {
            text-decoration: none;
            border: 1px solid black;
            background: #e0ffff;
            font-weight: bold;
            padding: 10px;
            display: inline-block;
            text-align: center
        }
        
        .sa__topBtnsDiv {
            float: left;
            width: 50%;
            border: 0px solid black;
            padding: 10px;
            margin-bottom: 10px;margin-left:25%;margin-top:1%;
        }
        
        .sa__findBtns {
            float: left;
            height: 45px;
            font-size: 15px;
            font-weight: bold;
            background-color: white;
            border: 1px solid black;
            font-family: lato;color:blue;text-decoration: underline;font-family: sans-serif;
        }
        
        .sa__findBtns:hover {
            cursor: pointer;
            background-color: #21abcd;
            color: white;
        }
        
        .sa__BtnOne,
        .sa__BtnTwo {
            width: 49%;
            margin-bottom: 10px;
        }
        
        .sa__BtnOne {
            margin-right: 2%;
        }
        
        .sa__BtnThree,
        .sa__BtnFour,
        .sa__BtnFive {
            width: 32.5%;
        }
        
        .sa__BtnThree,
        .sa__BtnFour {
            margin-right: 1%;
        }
        
        .resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.2em
}

.resp-sharing-button {
  border-radius: 0px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}


.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}


.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}

        
        .vatcalculatorsouthafrica1 {
            float: left;
            width: 100%;
            text-decoration: none;
        }
        
        .VATcalculator3 {
            text-decoration: none;
            padding: 10px;
            display: inline-block;
            text-align: center;
        }
        
        .vatcalculatorsouthafrica2 {
            float: left;
            width: 100%;
            text-align: center;
            text-decoration: none;
        }
        
        .sa__method2File {
            float: left;
           
            padding: 10px;
            margin-top: 20px;   width: 73%;margin-left:13.8%;
            margin-bottom: 30px;
            border: 1px solid black;
        }
        
        .pru_SubSubM2Boxes {
            float: left;
            width: 32%;
        }
        
        .pru_ssM2B1,
        .pru_ssM2B2,
        .pru_ssM2B4,
        .pru_ssM2B5 {
            margin-right: 2%
        }
        
        .pru_ssM2B1,
        .pru_ssM2B2,
        .pru_ssM2B3 {
            margin-bottom: 10px
        }
        
        .pru_ssM2B4,
        .pru_ssM2B5,
        .pru_ssM2B6 {
            margin-bottom: 20px;
            margin-top: 0px;
        }
        
        .pru_SubSubM2Boxes .sa__lbls {
            width: 100%;
            float: left;
            text-align: left;
        }
        
        .sa__subM2Boxes {
            float: left;
            margin-bottom: 20px;
            width: 100%;
        }
        
        .sa__UnitsInp {
            padding-right: 5px;
        }
        
        .sa__currencyReadOnlyLbl {
            color: white;
        }
        
        .sa__decimalm2PointDiv,
        .sa__actionsm2Div,
        .sa__hideandShowBtnsDiv {
            float: left;
        }
        
        .sa__hideandShowBtnsDiv {
            width: 100%;
            margin-bottom: 20px;
        }
        
        .pur__SelectedCountrylbl {
            float: left;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }
        
        .pru_SubresultsandActionsDiv1,
        .pru_SubresultsandActionsDiv2 {
            float: left;
            width: 49%;
            border: 1px solid black;
            padding: 10px;
            margin-bottom: 30px;
        }
        
        .pru_SubresultsandActionsDiv1 {
            margin-right: 2%;
        }
        
        .sa__m2Add {
            float: left;
            width: 30%;
            margin-right: 10%;
            background-color: darkgreen;
            color: white;
        }
        
        .sa__m2Add:hover {
            background-color: lightgreen;
        }
        
        .sa__decimalm2PointDiv {
            margin-bottom: 10px;
            width: 49%;
            margin-top: 0px;
        }
        
        .sa__m2Close {
            float: right;
            width: 10%;
        }
        
        .sa__m2Clear,
        .sa__method2CopyBtn {
            margin-right: 1%;
            height: 42px;
        }
        
        .pru_ResultsandActionsDiv {
            margin-bottom: 0px;
        }
        
        .sa__actionsm2Div {
            width: 49%;
            margin-left: 2%;
            margin-top: 18px;
        }
        
        .pru_SubresultsandActionsDiv3 {
            width: 100%;
            float: left;
        }
        
        .sa__BtnM2Two {
            width: 40%;
            margin-left: 30%;
            margin-bottom: 0px;
            float: left;
            color: blue;
        }
        
        @media screen and (max-width: 1000px) {
            .sa__Container {
                width: 90%;
                margin-left: 5%;
            }
            .sa__topDiv {
                width: 90%;
                margin-left: 5%;
            }
            .sa__informationDiv {
                width: 90%;
                margin-left: 5%;
            }
            .nav a {
                width: 23%;
            }
            .nav_active {
                margin-left: 6%;
            }
            .nav a {
                border-right: none;
            }
        }
        
        @media screen and (max-width: 600px) {
            .sa__Container {
                width: 95%;
                margin-left: 4.5%;
            }
            .sa__topDiv {
                width: 90%;
                margin-left: 5%;
            }
            .sa__informationDiv {
                width: 95%;
                margin-left: 2.5%;
            }

            .sa__lbls {
            font-size: 12px;
            letter-spacing: 0.5px;
            font-weight: bold;
            font-family: lato;
        }
            .sa__infoDiv {
                width: 100%;
                margin-right: 0px;
                margin-bottom: 20px;
            }
            .sa__tablesDiv {
                width: 100%;
            }
            .sa__optionalTablesDiv {
                width: 100%;
            }
            .sa__includingResultsDiv {
                margin-right: 0px;
            }
            .sa__includingResultsDiv,
            .sa__excludingResultsDiv {
                margin-bottom: 20px;
            }
            .sa__excludingResultsDiv {
                margin-bottom: 45px;
            }
            .sa__tables td {
                font-size: 20px;
            }
            
            .nav {
                border-bottom: none;
            }
            .nav a {
                width: 100%;
                border-bottom: 1px solid red;
            }
            .nav_active {
                margin-left: 0px;
            }
            .sa__BtnFour {
                margin-right: 0px;
                margin-bottom: 10px;
            }


            .sa__findBtns {
                width: 80%;margin-left:0%;
            }

            .sa__topBtnsDiv {
            float: left;
            width: 70%;
            border: 1px solid black;
            padding: 10px;
            margin-bottom: 10px;margin-top:0.5%;margin-left:0%;
        }


        }
        
        @media screen and (max-width: 550px) {
            .sa__findBtns {
                width: 90%;margin-left:4%;
            }
            .sa__BtnOne,
            .sa__BtnThree {
                margin-right: 0px;
            }
            .sa__BtnOne,
            .sa__BtnTwo,
            .sa__BtnThree {
                margin-bottom: 10px;
            }


            .sa__tables td {
                width: 50%;
                text-align: right;
                font-size: 16px;
               
                background: #e7feff;
            }
        }
        
        @media screen and (max-width: 500px) {
            .nav {
                border-bottom: none;
            }
            .nav a {
                width: 100%;
                border-right: none;
                border-bottom: 1px solid red;
            }
            .nav_active {
                margin-left: 0px;
            }
            .pru_SubresultsandActionsDiv1,
            .pru_SubresultsandActionsDiv2 {
                width: 100%;
            }
            .pru_SubresultsandActionsDiv1 {
                margin-right: 0px;
            }
            .sa__m2Add {
                width: 40%;
            }
        }
        
        @media screen and (max-width: 450px) {
            .privacy,
            .disclaimer {
                margin-bottom: 10px;
            }
            .pru_SubSubM2Boxes {
                width: 49%;
            }
            .pru_ssM2B1,
            .pru_ssM2B3,
            .pru_ssM2B5 {
                margin-right: 1%;
            }
            .pru_ssM2B2,
            .pru_ssM2B4 {
                margin-right: 1%;
            }
        }