﻿@import url("bootstrap.css");
@import url("style.css");
@import url("camera.css");
@import url("icons.css");
@import url("skin.css");
@import url("bootstrap-responsive.css");

/*=============================================== *  YOUR OWN STYLES* ===============================================*/

a.btnapply {
    border: 1px solid #222222;
    padding: 5px !important;
    background-color: #222222;
}

h1.slshow {
    font-size: 14px !important;
    padding: 15px 10px 15px 10px !important;
}

.normalspace {
    line-height: normal!important;
}

a.hlink {
    color:#333;
}

h2 {
    font-size: 22px;
    font-weight: bold;
}



ul.treeview {
    list-style: square inside !important;
  text-indent: -1em;
  margin-left: 2.142857142857143em;
}
ul.treeview > li .treeview {
  margin-right: 0;
}

.dark {
	background:#222;
	color:#ccc;
	line-height:1.6;
}