/*
 * (C) 2019 GO PUB CACHING
 */

body { margin: 0 auto; background:black; color: rgb(10,200,10); text-align:center;  width:1020px; font-family: courier,fixed;}
#main { display: none; }
#atmscreen { background: rgb(2,135,77); border:3px solid yellow; border-radius:10px; height:600px;width:800px;float:left;margin-top:50px;}
#atmleft { float:left; width:400px; }
#atmright { float:right; width:200px; text-align:center; }
#atmbottom { clear:both; text-align:center; }
#atmmsg { color:white; font-size:20px; }
#atmopts { color:white; font-size:20px; text-align:left; margin-left:200px;}
#atmopts hr { color: white; margin:20px; width:300px;text-align:right;}
#atmpin { color:white; font-size:120px; font-family:mono;}
#atmred { color:red; font-size:20px; }
#atmstm { color:white; font-size:14px; font-family:mono; text-align:left; margin-left:20px; }
.k { width:40px; height:40px; float: left; border:1px solid yellow;  border-radius:3px; color: white;font-size:1.6em; margin:2px; }
