﻿*
{
    padding: 0;
    margin: 0;
}
body
{
    background-image: url(../imaxes/pattern.jpg);
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  display:none;
}

::-webkit-scrollbar{
  width:10px;
  height:18px;
}​

::-webkit-scrollbar-track-piece {
  background-color:#aaccaa;
}

::-webkit-scrollbar-thumb:vertical{
  height:20px;
  background-color:#69af4a;
}
.color-2 {color:#000;}
#demo-wrapper
{
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#button-less
{
    margin-top: 10px;
}
#button-less .akordeon-item-head-container
{
    left: 0px !important;
}
