table.summary
{
    font-family: roboto;
    font-size:13.5px;
    width:fit-content;
    width: 100%;
    max-width: 400px; 
    white-space:nowrap;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0%;
}
th.headerSummary
{
    font-family: roboto;
    color:red;
    font-weight: bold;
    font-size: 16px;
    width: 60%;
    border-radius: 30px;
}
tr.header
{
    font-family: roboto;
    color:white;
    background-color: red;
    width: 100%;
    height: 50px;
}
th.header
{
    font-family: roboto;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    border-radius: 30px;
    outline: none;
}
.searchBarPaste
{
    margin: auto;
    text-align: center;
    max-width: 584px;
    outline: none;   
}
.searchBarPaste button
{
    width:100%;
    border:2px solid #CC0000;
    font-size: 16px;
    background-color: #CC0000;
    color:white;  
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    outline: none;  
}
.searchBarPaste button:hover
{
    opacity: 0.5;
    outline: none;
}
.searchBarPaste button:focus
{
    outline: none; 
}
.searchBar
{
    margin: auto;
    width: auto;
    max-width: 584px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    outline: none;    
}
.searchBar input,button
{
    width:80%;
    border:2px solid #CC0000;
    border-right:0px;
    font-size: 16px;
    padding:12px;
    background-color: transparent;
    color:black;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    outline: none;
}
.searchBar input:hover
{
    opacity: 0.8;
    outline: none; 
}
.searchBar input:focus
{
    background-color: transparent;
    outline: none;   
}
.searchBar button
{
    width:20%;
    border:2px solid #CC0000;
    border-left:0px;
    color:white;
    background-color: #CC0000;
    float: right;
    transition: all 0.3s;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    outline: none;
}
.searchBar button:hover
{
    opacity: 0.5;
    outline: none;
}
.searchBar button:focus
{
    outline: none; 
}
.uploaderName
{
    font-family: roboto;
    font-weight: bold;
    color:white; 
    font-size:14px;

    padding: 2px;
    border-radius: 30px;
    background-color: #CC0000;
}
.commentAuthor
{
    font-family: roboto;
    font-weight: bold;
    color:blue; 
    font-size:14px;
}
.commentText
{
    font-family: roboto;
    font-size:14px;
}
.commentReplier
{
    font-family: roboto;
    font-weight: bold;
    color:red; 
    font-size:14px;
}
.commentReplierIndent
{
    font-family: roboto;
    font-size:14px;
    margin-left:30px;
}
.commentTextReplier
{
    font-family: roboto;
    font-size:14px;
    margin-left:30px;
}
.commentDateTime
{
    font-family: roboto;
    font-weight: bold;
    color:black; 
    font-size:14px;
}
.icon
{
    width: 24px;
    height: 24px;
}
.separator
{
    background-color:#A9A9A9;
    margin-right: 5%;
}
.responsiveEmbed
{
    position: relative;
    overflow: hidden;
    padding-top: 56%;
}
.responsiveIframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding-bottom: 2%;
}
.responsiveIframeLink 
{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    height: 281.25px;
    border: 0;
}
.collapseContainer .collapseSection 
{
    display: none;
}
.sectionScroll
{
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 2%;
}
.sectionHeaderContainer
{
    color:white;
    background-color: #CC0000;
    font-family: roboto;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
}
.sectionHeaderText
{
    padding-top: 20px;
    padding-left: 2%;
}
.sectionSpacing
{
    margin-top:2%;
    margin-bottom:2%;
}
/* width */
.scrollbarCustomize::-webkit-scrollbar
{
    width: 10px;
}
/* Track */
.scrollbarCustomize::-webkit-scrollbar-track 
{
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
/* Handle */
.scrollbarCustomize::-webkit-scrollbar-thumb
{
    background: red; 
    border-radius: 30px;
}
/* Handle on hover */
.scrollbarCustomize::-webkit-scrollbar-thumb:hover
{
    background: blue; 
}
.progressbar1
{
    border-radius: 7px; 
    width: 100%;
    height: 17px;
    box-shadow: black;
}
.progressbar1::-webkit-progress-bar
{
    background-color: grey;
    border-radius: 7px;
}
.progressbar1::-webkit-progress-value 
{
    background-color: green;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 2px green;
}
.progressbar2
{
    border-radius: 7px; 
    width: 100%;
    height: 17px;
    box-shadow: black;
}
.progressbar2::-webkit-progress-bar
{
    background-color: grey;
    border-radius: 7px;
}
.progressbar2::-webkit-progress-value 
{
    background-color: red;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 2px red;
}
.topright {
    position: absolute;
    top: 8px;
    right: 16px;
    font-family: roboto;
    font-size:14px;
  }

