﻿/* periodic table styles */
#periodic-table-wrapper { background-image: url(images/Periodic-Table-Bank-bkgd.jpg); background-repeat: repeat; width: 660px; padding: 0 5px 5px 10px; margin-bottom: 10px; }
#periodic-table { margin-left: auto; margin-right: auto; }
#periodic-table .av { border: solid 1px #555555; background-image: url(images/Cell-blue-bkgd.jpg); background-repeat: no-repeat; height: 29px; width: 29px; 
    border-color: #555555; text-align: center; cursor: pointer;padding-left: 4px; }
#periodic-table .sel { border: solid 1px #555555; background-image: url(images/Cell-green-bkgd.jpg); background-repeat: no-repeat; height: 29px; width: 29px; 
    border-color: #555555; text-align: center; cursor: pointer;padding-left: 4px; }
#periodic-table .ex { border: solid 1px #555555; background-image: url(images/Cell-red-bkgd.jpg); background-repeat: no-repeat; height: 27px; width: 27px; 
    border-color: #555555; text-align: center; display: block; line-height: 27px; }
#periodic-table .na { border: solid 1px #555555; background-image: url(images/Cell-grey-bkgd.jpg); background-repeat: no-repeat; height: 27px; width: 27px; 
    border-color: #555555; text-align: center; display: block; line-height: 27px;font-weight: normal; }
#periodic-table .lck { border: solid 1px #555555; background-image: url(images/Cell-locked-bkgd.jpg); background-repeat: no-repeat; height: 27px; width: 27px; 
    border-color: #555555; text-align: center; display: block; line-height: 27px;font-weight: normal; }    
.row { height: 33px;}    

#promo-periodic-chart td { padding: 2px; }
#promo-periodic-chart label { font-weight: normal; }
.single-element span { font-size: 16px;color:black;padding-right: 10px;font-weight: bold;}
#options td { vertical-align: middle;}
#results span { padding-right: 10px;}
.submit { border: solid 1px black;font-size: 14px;padding: 5px;background-color: lightskyblue;cursor: pointer;font-family: arial;}
#promo-tubing-en {
    background-image: url(images/pump_tubing_en.jpg); background-size: cover; width: 660px; height: 80px; padding: 0 5px 5px 10px; margin-bottom: 10px;
}
#promo-tubing-fr {
    background-image: url(images/pump_tubing_fr.jpg); background-size: cover; width: 660px; height: 80px; padding: 0 5px 5px 10px; margin-bottom: 10px;
}