body::-webkit-scrollbar {
    width: 0.5em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #1fb5ac;
  outline: 1px solid slategrey;
}

body {cursor: url(http://class100.ru/public/img/cursors/normal.cur), progress !important;}
a {cursor: url(http://class100.ru/public/img/cursors/link.cur), progress !important;}

body *::-moz-selection {
  background: #1fb5ac;
  color: #fff;
}

body *::-webkit-selection {
  background: #1fb5ac;
  color: #fff;
}

body *::selection {
  background: #1fb5ac;
  color: #fff;
}

#plus_money{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1fb5ac;
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    padding: 0px 8px;
    font-weight: 900;
    position: relative;
    top: 2px;
    cursor: pointer;
    transition: 0.5s;
}

#plus_money:hover{
    background: #1fa9a0;
}

#open_plus_money{
    opacity: 0;
    position: absolute;
    right: -160px;
    transition: 0.4s;
}