
  @font-face {
	
	 font-family:Comfortaa-Regular;
	 
	 src:url(../../../fonts/Comfortaa-Regular.ttf);
	 
 }
 
 @font-face {
	
	 font-family:Nunito-Regular;
	 
	 src:url(../../../fonts/Nunito-Regular.ttf);
	 
 }
 
 @font-face {
	
	 font-family:Raleway-Regular;
	 
	 src:url(../../../fonts/Raleway-Regular.ttf);
	 
 }
 
 * {
	 //border:1px solid black;
 }
 
 body, html {
  margin: 0;
  padding: 0;
  font-family: "Robot0","Helvetica","arial",sans-serif;
  background-color: #f9f9f9;
   overflow:visible;
   
}

.heeader {
    width: 100%;
    border-bottom-right-radius: 25%;
    border-bottom-left-radius: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: linear-gradient(to right, #FF5722 , #FF9800);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    z-index: 9999;
    position: fixed;
	top: 0 ;
}


.header {
  display: none;
}


.title {
    padding: 0px;
    text-align: center;
    color: #ffffff;
    font-family: "Roboto","Helvetica","arial",sans-serif;
    font-family: Raleway-Regular, sans-serif;
    font-weight: bolder;
    display: block;
    margin-left: 10%;
    line-height: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    line-height: 51px;
    overflow: hidden;
    text-overflow: ellipsis;
   
}

a.arrow {
    margin: 0 0 0 -18px;
}

img.back_arrow {
    margin: -1px auto;
    display: block;
}

div#menuButton {
    width: 60px;
    /* background-color: #65046c; */
    /* margin-top: -26px; */
    height: 100%;
}

.content {
    background-color: #ffffff;
    margin: 58px auto;
    width: 98%;
    /* height: 500px; */  
}


.feed {
    border-radius: 3px;
    //box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    background-color:#f9f9f9;
    margin-top: 20px;
}

.card {
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background: #f7f7f7;
    border-radius: 2px;
    display: inline-block;
    height: auto;
    margin: 1rem;
    position: relative;
    width: 92%;
	font-family: "Robot0","Helvetica","arial",sans-serif;
}
.card a {
	color:#000000;
	text-decoration:none;
	font-family: "Robot0","Helvetica","arial",sans-serif;
	text-shadow:0px 1px 1px #fffff;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	     background: rgb(62,184,229);
}

img {
    border-radius: 5px 5px 0 0;
}

.container {
    padding: 2px 16px;
}

.container h4 {
	width: 100%;
	font-weight:bold;
	font-family:Arial;
	
	
}
#container_buttonsb {
	
	
}


.btn {
    outline: none;
    margin: 0px auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 53px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 25px;
    font-size: 13px;
    /* text-shadow: 0px 1px 1px #000000; */
    background-color: #ffffff;
    /* padding: 15px; */
    font-weight: bold;
    position: relative;
    font-family: Raleway-Regular, sans-serif;
    text-decoration: none;
    color: #211c0c;
    /* text-align: center; */
    border-bottom: 1px solid rgba(0,0,0,.0975);
    /* border: solid 1px #ffffff; */
    /* -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #fff; */
    -moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
    /* box-shadow: 2px 2px 2px rgba(0,0,0,0.05); */
    /* -webkit-border-radius: 5px; */

}

.line {
    height: 30px;
    width: 4px;
    margin-left: 13px;
    background-color: #FFC107;
    margin-top: -6px;
    box-shadow: 1px 2px 4px rgba(82, 82, 82, 0.07);
	 margin: 0 auto;
}

.new_topic {
    position: sticky;
    padding: 13px;
    font-size: 13px;
    background-color: #FF9800;
    color: #fff;
    font-family: Raleway-Regular, sans-serif;
    width: 65%;
    /* border-radius: 2px 70px 79px 0px; */
    /* text-align: center; */
    /* border: 4px solid #ffffff; */
    box-shadow: -1px 1px 13px #ff9800ab;
    margin: 0 auto;
}



span.new_topic_num {
    padding: 5px;
    background-color: #ffa600;
    border-radius: 15px;
    left: 0;
    margin-right: 5px;
    font-family: Raleway-Regular, sans-serif;
}

.content_2 {
    /* padding-top: 52px; */
    padding: 10px;
    /* margin-top: -1px; */
}

.content_topic {
.content_topic {
    width: 98%;
    margin-left: -8px;
    /* height: 732px; */
    /* background-color: #fff; */
    padding: 10px;
    margin-top: 42px;
}
}

a.previous {

    z-index: 9999;
    font-size: 11px;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    background-color: #1d4e93;
}

.back_holder {
    background-color: #1d4e93;
    position: fixed;
    bottom: 2px;
    z-index: 9999;
    width: 100%;
    left: 0;
    height: 42px;
}



a {
    text-decoration: none;
    color: #FF5722;
    margin: 0 10px;
    padding: 15px;
    /* outline-color: transparent; */
    outline: 0;
    border: none;
    border-radius: 0px 20px 0px 20px;
    font-weight: 100;
}


.btn {
   
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn:focus {
outline-color:transparent;
	outline:0;
	border:none;
}

.btn:active {

    width: 90%;
	
}
 
  

.mark {
	text-align: center;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
    font-family: 'Raleway-Regular-Regular', sans-serif;
    /* box-shadow: -1px 0px 3px rgba(0, 0, 0, 0), 0px 1px 2px rgba(0, 0, 0, 0.13); */
    box-shadow: 1px 20px 20px #77777738;
}

.mark H1 {
	 font-weight:100;
	font-size:110px;
}

button.accordion {
        background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0.13); */
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: none;
    text-align: left;
    outline: none;
    border-radius: 20px;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    width: 100%;
    /* border-radius: 20px; */
    -moz-border-radius: 20px;
    /* -webkit-border-radius: 20px; */
    font-size: 16px;
    font-size: 20px;
    font-family: 'Comfortaa-Regular', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #5d5c5c;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.0975);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
    /* border-radius: 20px; */
}

button.accordion.active {
    background-color: #FF9800;
    top: 8%;
    color: #fff;
    position: fixed;
    left: 0px;
    /* background: linear-gradient(37deg,#ffa600,#fbcc3e); */
    /* position: absolute; */
    z-index: 9999;
    background-image: linear-gradient(37deg,#ffa600,#fbcc3e);
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(129,137,169,.35);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .04625rem;
    font-weight: 700;
}

div.panel {
padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    box-shadow: inset -1px 1px 17px 0px rgb(221, 221, 221);
    width: 90%;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: 0.70s ease-in-out;
    opacity: 0;
    margin: 5px;
    overflow: scroll;
    font-family: 'Raleway-Regular-Regular', sans-serif;
	
}


.panel {
	
	background-color:#fff;
	padding:5px;
	width:100%;
	box-shadow: 2px -1px 4px 3px rgba(0, 0, 0, 0.12);
	
	
}




div.panel.show ,.panel {
    opacity: 1;
    max-height: 80%; 
position: fixed;
    top: 98px;
    left: 0;	
	z-index:1;
}

..panel H3 {
	font-weight:100;
	 font-family:monospace;
	
	color:#767;
	text-shadow:1px 1px 1px #565;
	
}
.panel H4 {
	
	font-family:"Segoe UI", Tahoma, sans-serif;
	
	color:#444;
	
	
}

.Tip_exam p {
	
	    color: #000000;
		
	
}

.Tip p {
	
    color: #000000;
    font-size: 15px;
	
}

.answers {
    background-color: #f1f1f1;
    padding: 6px;
    /* font-size: 7px; */
}


.panel2 {
	background-color: #fff;
    padding: 10px;
    width: 100%;
    box-shadow: 3px -1px 8px 5px rgba(0, 0, 0, 0.12);
}

.panel h1 {
	
	font-size:20px;
	
}

.panel h2 {
	
	font-size:12px;
	font-family:roboto;
}

.panel h5 {
	font-size: 11px; 
    /* font-family: monospace; */
    font-family: 'Comfortaa-Regular', sans-serif;
    /* margin: 5px; */
    background-color: #FFEB3B;
    padding: 10px;
    border-radius: 20px;
}


.chara h5 {
	
	color:#444;
	font-family:monospace;
	font-size:12px;
	
}.panel2 p {
	
	color:#444;
	font-family: 'Raleway-Regular', sans-serif;
	
	
}

.content-panel {
    background: #ffffff;
    box-shadow: 0px 3px 2px #aab2bd;
    padding-top: 15px;
    padding-bottom: 5px;
	
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
	width:100%;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

th b {
	font-family:Arial;
color:#ff3333;
	
}

td b {
	font-size:10px;
	font-size:arial;
}

td i {
	font-weight:300;
	 color:#333;
	 font-family:arial;
	font-size:15px
}

td i:hover{
	  font-weight:bold;
	 color:#000;
	 font-family:arial;
	font-size:15px;
}

table {
   
}

td {
	
	padding: 5px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
}

tbody {
	
	padding:5px;
	background-color:rgba(239, 233, 233, 0.66);
}


tr:hover {
    background-color: #f5f5f5;
}

.ttile b {
	margin-left:50px;
	font-family:arial;
	color:#ff3333;
	
}
.MTips {
	
	width:100%;
}


.MTips h4 {
	
	width:100%;
	font-family:monospace;
	font-size:12px;
	color:#444;
	
	
	
}

.MTips H1 {
	text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: 0.70s ease-in-out;
	color:#565;
	
	
}

iframe {
    border-radius: 50px;
    /* display: table-column; */
    box-shadow: 7px 7px 0px 0px rgba(16, 16, 16, 0.28);
}

pre {
	
	font-family: 'Quicksand', sans-serif;
    color: #080808;
    text-shadow: 16px 20px 12px rgba(68, 68, 68, 0.18);
    font-size: 12px;
}

p {
	
//font-family: 'Raleway-Regular', sans-serif; */
    /* line-height: 25px; */
    letter-spacing: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    
}


a.btn2 {
    background-color: #ffffff;
    /* border: 3px solid #fff; */
    position: fixed;
    bottom: 30px;
    font-family: 'Comfortaa-Regular', sans-serif;
    box-shadow: 0 0 20px 4px rgba(76,85,101,.16);
}

#myInput {
    /* box-shadow: 0 5px 0 0 #8b919e; */
    background-color: #ffffff;
    /* background-image: url(../images/searchicon.png); */
    /* background-position: 10px 12px; */
    font-size: 15px;
	    width: 40%;
    /* background-repeat: no-repeat; */
    /* width: 80%; */
    /* font-size: 13px; */
    padding: 6px 2px 10px 30px;
    /* border: 1px solid #ddd; */
    /* border-radius: 20px 2em; */
    /* box-shadow: 1px 1px 0 #f7c2c2, 2px 2px 0 #f7c2c2, 3px 3px 0 #f7c2c2, 4px 4px 0 #f7c2c2, 5px 5px 0 #f7c2c2, 6px 6px 0 #f7c2c2, 7px 7px 0 #f7c2c2; */
    margin: 13px;
    border: 1px solid #33;
    /* border-top: none; */
    /* border-left: none; */
    /* border-bottom: 1px solid #a0a0a0; */
    /* border-right: none; */
    /* box-sizing: border-box; */
    /* border-radius: 26px; */
    /* position: absolute; */
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 200, 201);
    /* border-image: initial; */
    border-radius: 35px;
	transition:all 1s;
	font-family: 'Nunito-Regular', sans-serif;
}

input {
    color: black;
    font-size: 16px;
    /* font-weight: bold; */
    font-size: 20px;
    font-family: sans-serif;
	outline: none;
}

	
	#myInput:focus {
   
    width:80%;
	}


#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
   box-sizing: border-box;
 
}


#myUL2 {
	
	list-style-type: none;
  padding: 0;
  margin: 0;
   box-sizing: border-box;
	
}
#myUL2 li a {
    width: 90%;
    /* border: 0px solid #ddd; */
    margin: 5px;
    color: #424442;
    /* padding: 10px; */
    /* text-decoration: none; */
    box-shadow: 0px 3px 2px rgba(193, 193, 193, 0.2);
    /* color: white; */
    display: block;
    /* box-sizing: border-box; */
    background-color: #ffffff;
    /* font-weight: bold; */
    /* text-shadow: 0px 1px 1px #888; */
    /* font-size: 18px; */
    /* text-shadow: 1px 1px 0px #607D8B; */
    /* font-family: sans-serif; */
    /* border-radius: 20px; */
    /* border-radius: 6px; */
	font-family: 'Nunito-Regular', sans-serif;
	border-radius: 3px;
}


#myUL li a {
    width: 90%;
    /* border: 0px solid #ddd; */
    margin: 5px;
    color: #424442;
	font-family: 'Nunito-Regular', sans-serif;
    /* padding: 10px; */
    /* text-decoration: none; */
    box-shadow: 0px 3px 2px rgba(193, 193, 193, 0.2);
    /* color: white; */
    display: block;
    /* box-sizing: border-box; */
    background-color: #ffffff;
    /* font-weight: bold; */
    /* text-shadow: 0px 1px 1px #888; */
    /* font-size: 18px; */
    /* text-shadow: 1px 1px 0px #607D8B; */
    /* font-family: sans-serif; */
    /* border-radius: 20px; */
    /* border-radius: 6px; */
	 border-radius: 3px;
}

#myUL li a.header {
    background-color: #fde4e4;
  cursor: default;
   box-sizing: border-box;
}

#myUL li a:hover:not(.header) {
     background-color: #a2a2a2;
  color:#ffffff;
}
	
	#myUL2 li a:hover:not(.header) {
  background-color: #eee;
   box-sizing: border-box;
}

.Tip {
    background-color: #ffffff;
    padding: 13px;
    display: block;
    margin: -29px 0 0 -11px;
    color: #565656;
    width: 100%;
    font-size: 13px;
    /* box-shadow: 1px 1px transparent; */
    box-shadow: 0 0.625rem 3.5rem 0 rgba(198,203,222,.45);
    font-family: 'Nunito-Regular', sans-serif;
}


img.img_cloud {
    width: 100%;
	transition:1s all;
}

img.img_cloud:hover {
	
	width:150%;
	
}


.btn  {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.btn .infinite {
  animation-iteration-count: infinite;
}

.btn .hinge {
  animation-duration: 2s;
}

.btn .flipOutX,
.btn .flipOutY,
.btn .bounceIn,
.btn .bounceOut {
  animation-duration: .75s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.btn {
  animation-name: fadeInUp;
}


button.accordion  {
  animation-duration: 1s;
  animation-fill-mode: both;
}

button.accordion .infinite {
  animation-iteration-count: infinite;
}

button.accordion .hinge {
  animation-duration: 2s;
}

button.accordion .flipOutX,
button.accordion .flipOutY,
button.accordion .bounceIn,
button.accordion .bounceOut {
  animation-duration: .75s;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

button.accordion {
  animation-name: zoomInUp;
}


p  {
  animation-duration: 1s;
  animation-fill-mode: both;
}

p .infinite {
  animation-iteration-count: infinite;
}

p .hinge {
  animation-duration: 2s;
}

p .flipOutX,
p .flipOutY,
p .bounceIn,
p .bounceOut {
  animation-duration: .75s;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

p {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}


li {
    font-family: 'Raleway-Regular', sans-serif;
    line-height: 20px;
    color: #000000;
font-size:15px;
    
}

.Tip_exam li {
    line-height: 20px;
    word-spacing: 3px;
    color: #000000;
    
    list-style: none;
}

.term {
    width: 90%;
    background-color: #00E676;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    border-radius: 40px;
    color: white;
    font-family: 'Comfortaa-Regular', sans-serif;
    font-size: 10px;
    margin: 5px auto;
}

.pdfobject-container { height: 500px;}
.pdfobject { border: 1px solid #666; }


.accordion5 {
    background-color: #AEEA00;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion5:hover {
    background-color: #76FF03;
}

.panel5 {
    padding: 0 18px;
    display: none;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}

.h4 {
    background-color: rgb(255, 255, 153);
    text-align: center;
    padding: 5px;
    border: 2px dashed;
    border-radius: 12px;
}

.grade {
    background-color: rgb(204, 255, 204);
    padding: 5px;
    width: 100px;
    text-align: center;
    /* height: 47px; */
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    margin: 5px auto;
    border: 2px solid;
    border-radius: 5px;
}

.national {
    color: #fff;
    background-color: #000;
    border-radius: 6px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    margin: 5px auto;
}

.mark_time {
    font-weight: bold;
    text-align: left;
}

img.department_logo {
    width: 100%;
}

.holder_line {
    border-bottom: 2px double;
    padding: 10px;
}

img.structures{
	width: 100%;
}

.extract {
    padding: 5px;
    border: 2px solid;
}

.extract h4 {
    text-align: center;
}

button.zoom {
border: none;
    /* padding: 10px; */
    border-radius: 32%;
    background-color: #61616194;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    box-shadow: 3px 2px 1px #0000002e;
    /* background: var(--paper-fab-background,var(--accent-color)); */
    /* border-radius: 50%; */
    box-sizing: border-box;
    /* color: var(--text-primary-color); */
    cursor: pointer;
    /* height: 38px; */
    text-align: center;
    outline: none;
    padding: 3px;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    font-family: 'Raleway-Regular', sans-serif;
    user-select: none;
    width: 30px;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /* -webkit-tap-highlight-color: transparent; */
    cursor: pointer;
}

button.zoom:active {
	    background-color: #b5b5b5;
}



.zoom_pagr {
    padding: 7px;
    /* background-color: #555; */
    /* margin: 5px; */
    position: fixed;
    right: 35px;
    top: 121px;
    /* display: flex; */
	    z-index: 9990;
    margin: 5px;
    /* width: 100px; */
}

.term {
    width: 90%;
    background-color: #03a9f4;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    border-radius: 40px;
    color: white;
    font-family: 'Comfortaa-Regular', sans-serif;
    font-size: 10px;
    margin: 5px;
}

.Dia-image {
    margin: 5px auto;
    padding: 12px;
    width: 95%;
    background-color: #fff;
    box-shadow: 1px 3px 1px #33333314;
	overflow-x: scroll;
}

img.dia-image-self {
    width: 100%;
	transition:1s all;
}
	
	
a.perfect_practice {
    outline: none;
    margin: 4px auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 53px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    color: #ffffff;
    -webkit-border-radius: 6px;
    line-height: 31px;
    font-size: 16px;
    /* text-shadow: 0px 1px 1px #f7c2c2; */
    font-size: 20px;
    background-color: #FFC107;
    /* padding: 15px; */
    position: relative;
    font-family: 'Comfortaa-Regular', sans-serif;
    font-size: 12px;
    text-decoration: none;
    /* color: #dc0b0b; */
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.0975);
    /* border: solid 0px #fcbd00; */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0.13);
    border-radius: 27px;
}



button#myBtn {
    
background-color: #1d4e93;
    bottom: 5px;
    /* float: right; */
    width: 95%;
    /* right: 0; */
    outline: none;
    margin: 0 auto;
    border: 1px solid #fff;
    position: fixed;
    display: block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    color: #ffffff;
    -webkit-border-radius: 6px;
    line-height: 31px;
    font-family: Raleway-Regular, sans-serif;
    font-size: 13px;
    text-decoration: none;
    text-align: center;

}

img.Question {
    float: left;
    /* height: 26px; */
    /* width: 26px; */
}

h2 {
    font-family: Raleway-Regular, sans-serif;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 56px;
    left: 0;
    top: 0;
    width: 100%;
    height: 91%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 10000;
}

/* Modal Content */
.modal-content {
position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 99%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #060606;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #ffffff;
    color: #3a3a3a;
    font-size: 9px;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

img.help {
    width: 100%;
}


ul.ListBulleted {
    display: block;
   
    -webkit-border-radius: .25em;
    border-radius: .25em;
    margin: 0 auto 1.5em;
    padding: .8em 1em;
}

.sv ul>li {
    margin-top: 0;
    margin-bottom: .375em;
}

img.physics_images {
    width: 100%;
}

img.topic_image {
    /* width: 100%; */
    max-width: 100%;
    /* transform: scale(1.1); */
}

a.btn-ex {
    outline: none;
    margin: 0px auto;
    width: 50%;
    -webkit-box-sizing: border-box;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 34px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 4px;
    font-size: 13px;
    /* text-shadow: 0px 1px 1px #000000; */
    background-color: #ffffff;
    /* padding: 15px; */
    font-weight: bold;
    position: relative;
    font-family: Raleway-Regular, sans-serif;
    text-decoration: none;
    color: #211c0c;
    /* text-align: center; */
    border-bottom: 1px solid #ddd;
    /* border: solid 1px #ffffff; */
    /* -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #fff; */
    -moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
    /* box-shadow: 2px 2px 2px rgba(0,0,0,0.05); */
    /* -webkit-border-radius: 5px; */
    border-radius: 30px;
}