blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #eee;
}

.noticebox {
  padding: 1em;
  background: black;
  color: white;
  border: 2px solid orange;
  border-radius: 10px;
}

.questionbox {
  padding: 1em;
  background: CornflowerBlue;
  color: white;
  border: solid CornflowerBlue;
  border-radius: 5px;
}

.center {
  text-align: center;
}


pre.blueper {
    background-color: #6bb2e4 !important;
}


code.r{
  font-size: 15px;
}


body, p {
  font-family: Verdana, sans-serif;
  font-size: 14px;
}

.font_smallx {
  font-family: Verdana, sans-serif;
  font-size: 30px;
}

css selector {
font-size: 15px;
font-family: arial;
}

.brxsmall {
            display: block;
            margin-bottom: -.4em;
            font-size: .6em;
        }
        
        .brxsmall_small {
            margin-bottom: -.9em;
        }


.myimg {
  border-radius: 50%;
overflow-x:hidden;
}


.font_small {
  font-size: 10em; /* 14px/16=0.875em */
}