div#notification{display:none;background-color:#eee;border:1px solid #333;border-radius:5px;padding:10px;z-index:999;width:450px;position:fixed;top:60px;left:50%;margin-left:-225px;}div#notificationHead{width:100%;height:140px;}div#notificationHead img{float:left;margin:5px;}div#notificationButtons{width:100%;}button#notificationNo{background-color:#C0392B;color:white;font-weight:bold;border-radius:5px;border:0;width:210px;height:40px;text-align:center;vertical-align:middle;line-height:40px;float:left;}button#notificationYes{background-color:#16A085;color:white;font-weight:bold;border-radius:5px;border:0;width:210px;height:40px;text-align:center;vertical-align:middle;line-height:40px;float:right;}@media only screen and (max-width:500px){div#notification{width:350px;margin-left:-175px;}button#notificationNo{width:100%;}button#notificationYes{width:100%;}}
