

/* ------ layout
-----------------------------------------------*/
.kvkkBaslik{
	background-color: #162f4c;
	color:#fff;
    padding: 20px;
    height: 55px;
    width: 93%;
	font-weight: normal;
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
    border-radius: 10px;
    line-height: 29px;}

.uBor{border: 1px solid #ddd; border-radius: 5px; margin-bottom:10px; padding:5px; text-align:center; }
.uBor1{border: 1px solid #ddd; border-radius: 5px; margin-bottom:10px; padding:5px; text-align:center; padding-top: 15px; font-size: 14px;}

.legend {
float:left;
width:250px;
margin-top:140px;
}

.skills {
float:left;
clear:both;
width:100%;
}

.skills ul,
.skills li {
display:block;
list-style:none;
margin:0;
padding:0;
}

.skills li {
float:right;
clear:both;
padding:0 15px;
height:35px;
line-height:35px;
color:#fff;
margin-bottom:1px;
font-size:18px;
}

.skills .jq {
background:#97BE0D;
}

.skills .css {
background:#D84F5F;
}

.skills .html {
background:#88B8E6;
}

.skills .php {
background:#BEDBE9;
}

.skills .sql {
background:#EDEBEE;
}

#diagram {
float:right;
width:100%;
height:auto;
}

.get {
display:none;
}

