ul.ybp_s1_section {
    list-style: none;
    background-color: #444;
    margin:0px;
    padding:0px;
    overflow: auto;
    border-radius: 5px;
}

ul.ybp_s1_section li {
    display: block;
    width: 33.3333%;
    box-sizing:border-box;
    float:left;
    border-right: 1px dashed #AAA;
}

ul.ybp_s1_section li:last-child {
    border-right: none;
}

ul.ybp_s1_section li .inner {
    margin:10px;
    display: block;
}

ul.ybp_s1_section .inner select {
    width: 100%;
    font-family: "Helvetica Neue", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 16px;
    margin:1em 0em;
    color: #666;
    border-radius: 5px;
    background-color: #F4F4F4;
    box-sizing:border-box;
    height: 3em;
}

ul.ybp_s1_section h3, div.ybp_dersselect h3 {
    margin:0px;
    padding: 0px;
    font-size: 24px;
    font-weight: bold;
    font-family: "Helvetica Neue", "Trebuchet MS", Verdana, Arial, sans-serif;
    color: #F90;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-align: left;
}

div.ybp_error {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    text-align: center;
    color: #900;
    padding: 0.5em;
    border:1px dashed #C00;
    background-color: #FFCCCC;
}

div.ybp_description {
    font-family: "Helvetica Neue", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 14px;
    color: #666;
    padding:0.5em;
}

/* TEOG */
div.ybp_dersselect {
    overflow: hidden;
    min-height: 2em;
    font-size:12px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
}

div.ybp_derssonuc {
    text-align: left;
    font-size: 14px;
    padding-left: 8px;
}

div.ybp_puansection {
    float: right;
    width:180px;
    line-height:1.2em;
    min-height: 2em;
    font-size:12px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.ybp_sonucsection {
    float: right;
    width:210px;
    line-height:1.2em;
    min-height: 2em;
    font-size:12px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.ybp_puan {
    width:33.33333%;
    text-align:center;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    border-left:1px dotted #DCDCDC;
}


div.ybp_puan50 {
    width:50%;
    text-align:center;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    border-left:1px dotted #DCDCDC;
}

div.ybp_puantitle {
    font-size:10px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#FFF;
    font-weight:bold;
}

div.ybp_puan .step2field {
    width:80%;
    box-sizing:border-box;
    text-align: center;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 14px;
    height: 1.8em;
}

div.ybp_dersselect .step2field {
    width:95%;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    box-sizing:border-box;
    color: #666;
    font-size: 14px;
    height: 1.8em;
}

.ybp_s2_frame {
    padding:10px 0px;
    background-color: #444;
    border-radius: 5px;
    overflow: auto;
    color:#FFF;
}
.ybp_s3_result {
    padding:10px 0px;
    background-color: #444;
    border-radius: 5px;
    overflow: auto;
    color:#FFF;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.31);
    box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.31);
}

.ybp_s3_result strong {
    display: block;
    text-align:center;
    font-size:1.6em;
    line-height: 2em;
}

.ybp_s2_inputerror {
    border:2px solid #FF6600;
    background-color: #FFFFCC;
}

div.ybp_green {
    background-color: #006600;
}

div.ybp_yellow {
    background-color: #FFFF33;
    color: #444;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

div.ybp_red {
    background-color: #990000;
}

@media (max-width: 600px) {
    ul.ybp_s1_section li {
        display: block;
        box-sizing:border-box;
        float:none;
        width: 100%;
        border-right: none;

    }


    div.ybp_dersselect .step2field {
        width:90%;
        font-size: 12px;
    }

    div.ybp_puan .step2field {
        font-size: 12px;
        width: 90%;
    }

    div.ybp_dersselect h3 {
        font-size: 18px;
    }



    div.ybp_s3_result {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    div.ybp_dersselect .step2field {
        font-size: 11px;
    }

    div.ybp_puan .step2field {
        font-size: 11px;
    }

    div.ybp_puansection {
        width:150px;
    }

    div.ybp_derssonuc {
        font-size: 11px;
    }

    div.ybp_s3_result {
        font-size: 14px;
    }
}
