/*
laser.css
styling for laser.html on the rueckco website
*/

#for_sale_in { font: 14px arial bold; font-style: italic; text-align: center; }
#intro { font: 16px arial bold; color: blue; text-align: left; text-indent: 1.5em; }

.laser_section { margin: 15px 0 0 0; border-top: 5px solid blue; padding: 10px; }
.laser_section ol { list-style-type: disc; list-style-position: inside; }
.laser_section img { margin-top: 20px; }

img#rotalign { margin: 20px 20px 40px 0px; }


