﻿
.button {
    display:block;
    background: orange;
    width: 100px;
    height: 30px;
    border-radius:5px;
    color:white;
    border:1px solid orange;
    cursor:pointer;
}
    .button:hover {
        background: rgba(243, 137, 36, 0.90);
    }

.buttonBlue {
    background: rgba(9, 145, 234, 0.98);
    color: white;
    border: 1px solid blue;
    cursor: pointer;
    width:90px;
    border-radius:3px;
}
.buttonBlue:hover {
    background: #2f2fa4;
}
ul li:before
{content:'\2713';
  display:inline-block;
  color:red;
  padding:0 6px 0 0;
  }
ul li{list-style-type:none;font-size:1em; }
li {
    margin: 7px 0px;
   
}
.crsName {
    font-size: 24px;
    font-weight: bold;
    color:gray;
}
#divCrsBnrName {
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding-top: 35px;
    width:600px;
}
#divPrice {
    font-size: 18px;
    margin-bottom: 10px;
}
.divTMenu{
    color:black;
    background-color:white;
    padding:15px;
    cursor:pointer;
}
.divTSMenu{
    color:dodgerblue;
    background-color:antiquewhite;
    padding:10px;
}
