body {
    background-image: url(../../images/msg-bg.png);
    background-repeat: repeat;
}
#ortala {
    width: 1000px;
    margin: 0 auto;
}
#govde {
    float: left;
    width: 1000px;
    margin-top: 10px;
}
#govde .kutular,
#govde .tepem,
#govde .tepem h1,
#govde .tepem p {
    width: 100%;
    float: left;
}
#govde .tepem {
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: center;
}
#govde .tepem h1 {
    font-size: 30px;
    margin-bottom: 10px;
}
#govde .tepem p {
    font-size: 20px;
}
#govde .kutular .kutu {
    float: left;
    width: 448px;
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    min-height: 655px;
}
#govde .kutular .kutu:first-child {
    margin-right: 20px;
}
#govde .kutular .kutu h2 {
    float: left;
    width: 100%;
    font-size: 13px;
}
#govde .kutular .kutu .onayli,
#govde .kutular .kutu .onecikan {
    color: #fff;
    font-size: 11px;
    padding-top: 3px;
    margin-bottom: -69px;
    text-align: center;
}
#govde .kutular .kutu .onayli {
    float: right;
    width: 45px;
    height: 69px !important;
    background: url(../../images/green-badge-small-v2.png) no-repeat;
    background-size: 100%;
    margin-top: -36px;
}
#govde .kutular .kutu .onayli span {
    float: left;
    width: 100%;
    margin-top: 7px;
    margin-left: 1px;
}
#govde .kutular .kutu .onecikan {
    float: right;
    width: 65px;
    height: 65px !important;
    background: url(../../images/onecikan.png) no-repeat;
    background-size: 100%;
    margin-top: -36px;
    margin-right: -21px;
}
#govde .kutular .kutu .ozellikler h5,
#govde .kutular .kutu .ozellikler p {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-size: 13px;
}
#govde .kutular .kutu .onecikan span {
    float: left;
    width: 100%;
    margin-left: 15px;
    margin-top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#govde .kutular .kutu .ozellikler {
    float: left;
    width: 100%;
    margin-top: 20px;
}
#govde .kutular .kutu .ozellikler li {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 25px;
    box-sizing: border-box;
    list-style-position: inside;
}
#govde .kutular .kutu .ozellikler.disc li {
    list-style: disc;
    box-sizing: border-box;
    list-style-position: inside;
}
#govde .kutular .kutu .ozellikler p {
    line-height: 25px;
}
#govde .kutular .kutu a {
    color: #0095c2;
    font-size: 13px;
}
#govde .kutular .kutu a.buton {
    float: left;
    width: 100%;
    text-align: center;
    background: #0095c2;
    color: #fff;
    font-size: 13px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
}
