
ul li {
    background-color: #404142;
}
ul li.arrow {
    background-color: #404142;
}

ul li.forward {
    background-color: #404142;
}

.info {
    background-color: #ccc;
}

ul.edgetoedge li {
    background-color: #272729;
}

ul.edgetoedge li.sep {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

ul.metal li {
    background-color: rgb(156, 158, 160);
}

ul.metal li.arrow {
    background-color: rgb(156, 158, 160);
}

ul.rounded {
    /*-moz-border-radius: 8px;*/
    border-radius: 8px;
    /*-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;*/
    box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
ul.rounded li:first-child, ul.rounded li:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
ul.rounded li:last-child, ul.rounded li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
ul li small.counter {
    /*-webkit-border-radius: 11px;
    -moz-box-shadow: rgba(255,255,255,.1) 0 1px 0;*/
    box-shadow: rgba(255,255,255,.1) 0 1px 0;   
}
ul.individual li {
    /*-moz-border-radius: 8px;*/
    border-radius: 8px;
    box-sizing: border-box;
    /*-moz-box-shadow: rgba(0,0,0,.2) 1px 1px 3px;*/
    box-shadow: rgba(0,0,0,.2) 1px 1px 3px; 
}
ul.individual li a {
    /*-moz-border-radius: 8px;*/
    border-radius: 8px;
}
.toggle input[type="checkbox"] {
    /*-moz-appearance: textarea;
    -webkit-appearance: textarea;*/
    appearance: textarea;
    
    /*-moz-border-radius: 5px;*/
    border-radius: 5px;
    
    /*-moz-transition: left .15s;*/
    transition: left .15s;
}
.toolbar {
    box-sizing: border-box;
}
.button, .back, .cancel, .add {
    /*-moz-border-image: url(img/button.png) 0 5 0 5;*/
    border-image: url(img/button.png) 0 5 0 5;
}
.blueButton {
    /*-moz-border-image: url(img/blueButton.png) 0 5 0 5;*/
    border-image: url(img/blueButton.png) 0 5 0 5;
}
.back {
    /*-moz-border-image: url(img/back_button.png) 0 8 0 14;*/
    border-image: url(img/back_button.png) 0 8 0 14;
}
.back.active {
    /*-moz-border-image: url(img/back_button_clicked.png) 0 8 0 14;*/
    border-image: url(img/back_button_clicked.png) 0 8 0 14;
}
.whiteButton {
    /*-moz-border-image: url(img/whiteButton.png) 0 12 0 12;*/
    border-image: url(img/whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}
.grayButton {
    /*-moz-border-image: url(img/grayButton.png) 0 12 0 12;*/
    border-image: url(img/grayButton.png) 0 12 0 12;
}
