
.treeweb{
    width: auto;
    color: #090909;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 50px 50px 0 0;
    border-bottom: 0px solid #c9c9c9;
    border-top: 2px solid #c9c9c9;
    border-right: 2px solid #c9c9c9;
    border-left: 2px solid #c9c9c9;

}




.tree{float: right;position:relative;right: 9000%;margin-right: -9000%;padding-right: 5px;padding-left: 5px;border-top:dotted;border-top-color: #ffffff;border-top-style:dotted;border-top-width:1px;margin-bottom: 40px;}
#dai li{
width:40px; height:24px; display:block; margin-left:30px; float:left; text-align:center;
}
#dai .daidai{
clear:both;border-top-style:dotted; padding:10px; border-top-width:1px; border-top-color:#990000;margin-bottom:-24px; margin-left:-10px;
}
.tree ul {
	padding-top: 5px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: right;
	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 5px 2.5px 0px 2.5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-top: 1px solid #000000;
	width: 50%;
	height: 4px;
}
.tree li::after{
	left: auto;
	right: 50%;
	border-right: 1px solid #000000;
}

/*We need to remove right-left connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-left: 1px solid #000000;
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 0 5px 0 0;
	-webkit-border-radius:  0 5px 0 0;
	-moz-border-radius:  0 5px 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #000000;
	width: 0;
	height: 5px;
}

.tree li a{
	border: 0px solid #ffffff;
	padding: 0px 0px;
	text-decoration: none;
	color: #000;
	font-family: webfont;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* border-radius: 25px 25px 10px 10px; */
}


.izdew{
margin: 0px auto;
    height: 0;
    text-align: center;
    position: fixed;
    z-index: 20;
    right: 0;
    display: table;
    width: 100%;
    padding: 5px;
    table-layout: fixed;
    border-bottom: 0;
    margin-top: 30px;
}
.bottom_link{

    margin: 0px auto;
    border-top: #0970b4 solid 2px;
    height: 0;
    text-align: center;
    background: #ededed;
    position: fixed;
    z-index: 20;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    padding: 5px;
    table-layout: fixed;
    border-bottom: 0;
	font-size: 16px;
}
/*Thats all. I hope you enjoyed it.
Thanks :)*/

img {
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #0970b4;
}
img:hover{ border:1px solid #0970b4;}
li {
	list-style: none
}






