@charset "utf-8";
/* CSS Document */

/* Başlıklar */
h1{font: bold 50px/50px 'Roboto', sans-serif;color: #000;}
h2{font: 45px/50px 'Roboto', sans-serif;color: #000;}
h3{font: 35px/40px 'Roboto', sans-serif;color: #000;}
h4{font: 30px/40px 'Roboto', sans-serif;color: #000;}
h5{font: 25px/25px 'Roboto', sans-serif;color: #000;}
body{ font-family: 'Roboto', sans-serif; background-color: #f7f7f7; border-top: 30px solid #f7f7f7;} 


a{-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration: 0.3s;}
.pad0{padding: 0;}
.irc{max-width: 700px; min-height: 100%; margin: auto; margin-top: 10px; background-color: #FFF; border: 1px solid #CCC;}
.irc-title{width: 100%; min-height: 35px; background-color: #f2f2f2; text-align: center; font-weight: bold; padding-top: 8px; margin-top: 10px;}
.irc-inf{width: 95%; min-height: 100%; margin: auto; margin-top: 10px;background-color: #f2f2f2; text-align: center; font-size: 12px; padding: 15px;}
.irc-inf span{color: #ff0000; font-weight: bold;}
.irc-alt{width: 100%; min-height: 35px; background-color: #f2f2f2; text-align: center; padding-top: 8px; margin-top: 10px; font-size: 12px;}
.irc-alt span{color: #ff0000; font-weight: bold;}
.resim-sor{width: 100%; min-height: 25px; margin: auto; margin-top: 10px; margin-bottom: 10px; border: 0px solid #CCC;}
.kod-sor{width: 100%; min-height: 80px; margin: auto; margin-top: 10px; margin-bottom: 10px; border: 0px solid #CCC;}
.kod{width: 100px; min-height: 25px; margin: auto; margin-bottom: 10px; margin-top: 10px; background: #fff; border: none; color: #000; border-radius: 0px; outline: none; text-align: center; font-size: 13px;box-shadow: 0 16px 32px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.06);}
.baglan{width: 110px; min-height: 22px; margin: auto; margin-top: 0px; border: none; background:#003dff; color: #FFF; font-weight: bold; font-size: 17px; border-radius: 38px;box-shadow: 0 16px 32px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.06); cursor: pointer; outline: none; margin-bottom: 15px;}