body {
    margin:0px;
    padding:0px;
    font-family: 'Roboto';
    height:100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.box {
 border-radius:3px;
 border:solid gray 1px;
 padding:2px;

}
    .box > a {
    color:black;
    font-weight:bold;
    }
.box:hover {
    background-color: #ebebeb;
    cursor: pointer;
}

.top1 {
    position: relative;
    top:80px;
}

.mtop1 {
    margin-top:5px;
}

.mtop2 {
    margin-top:20px;
}

.mtop3 {
    margin-top:24px;
}

#item-list {
    position: relative;
    top:75px;
}

#item-list > div {
    border:1px solid #ccc;
    border-radius: 10px;
    margin:3px;
}
.checkbox {
width:100%;
float:left;
}

.arapcayazi {
font-size:large;
font-weight:bold;
}

.page-header {
font-weight:bold;
min-width:150px;

}