/* Variables */
:root {
  --user-sidebar-color: var(--p-primary-color);
}

/* Fandi's Standard css */
@font-face {
  font-family: logo_font;
  src: url(/css/good_times_rg.otf);
}

.islink { cursor: pointer; text-decoration: underline; color: blue; }
.bold { font-weight: bolder;}

.only:not(#fakeId#fakeId) {display:none;}
@media (max-width:768px) { .mobile.only:not(#fakeId#fakeId) {display:inherit;}}
@media (min-width:768px) and (max-width:991px) { .tablet.only:not(#fakeId#fakeId) {display:inherit;}}
@media (min-width:992px) { .computer.only:not(#fakeId#fakeId) {display:inherit;}}

a.p-button { text-decoration: none;}