@charset "UTF-8";

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#c6dfe1;
  color:#666666;
  font-family:'Helvetica';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#ffffff;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#c6dfe1;
  color:#FFFFFF;
  font-family:'Helvetica';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.videos {
  width:722px;
  height:400px;
  overflow-y:scroll;
}

.videos::-webkit-scrollbar {
  -webkit-appearance:none;
}

.videos::-webkit-scrollbar:vertical {
  width:11px;
}

.videos::-webkit-scrollbar:horizontal {
  height:11px;
}

.videos::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid white;
/* should match background, can't be transparent */
  background-color:rgba(0,0,0,.5);
}

.videos::-webkit-scrollbar-track {
  background-color:#fff;
  border-radius:8px;
}

<style>
.videos {
  width:722px;
  height:400px;
  overflow-y:scroll;
}

.videos::-webkit-scrollbar {
  -webkit-appearance:none;
}

.videos::-webkit-scrollbar:vertical {
  width:11px;
}

.videos::-webkit-scrollbar:horizontal {
  height:11px;
}

.videos::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid white;
/* should match background, can't be transparent */
  background-color:rgba(0,0,0,.5);
}

.videos::-webkit-scrollbar-track {
  background-color:#fff;
  border-radius:8px;
}