@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
body {
  margin: 0px;  
  font-family:'Source Sans Pro', sans-serif;
}
.border-none{

  border: none;

}

.log{

  width:70%;

}

a{

  color:#C60000;

  text-decoration: none !important;

}

.mb-10{

  margin-bottom: 10px;

}

.lastline{

  background-color: #2E2E2E;

  color: #E7E7E7;

  min-height:50px;

  line-height: 50px;

  margin-top: 10px;

}

.lastline a{

  color: #E7E7E7;

  margin-left: 10px;

}

.lastline a:hover{

  color: white;

}

.widget {

  margin: 0;

  padding: 0;

  float: left;

  clear: both;

  width: 100%;

  overflow: hidden;

  margin-bottom: 10px;

  box-shadow: 0px 1px 1px #c2c4c4;

}

.widget1 {

  margin: 0;        

  float: left;

  clear: both;

  width: 100%;

  padding-left: 25px;

  overflow: hidden;

  margin-bottom: 10px;

  box-shadow: 0px 1px 1px #c2c4c4;

}

.bookmarkinglist .btn:hover{

  color:#c60000;

}

.widget1 a{

  color:#444;

  line-height: 1;

}

.widget1 .buttonlink{

  color:#444;        

}      

.widget1 i{

  margin-right:3px;

  line-height:20px !important;

}

.widget1 a:hover{

  color:#c60000;

}

.widget1 .buttonlink:hover{

  color:#c60000;        

}

.try{

  font-size:12px;        

}

.try a{

  margin-right:5px;

  line-height:20px !important;

}

.try span{

  line-height: 1;

  margin-right: 5px;

  line-height:20px !important;

}

.widget h3 {

  color: #c60000;

  position: relative;

  line-height: 40px;

  font-size: 18px;

  margin: 0;

  margin-top:10px;

  margin-bottom: 10px;

  font-weight: normal;

  padding: 0 5px;

  border-bottom: 1px solid #eee;

  line-height:20px !important;

}

.bookmarkinglist a{

  color:black;

}

.bookmarkinglist a:hover{

  color: #C60000;

}

.submit-story h6{

  font-size : 12px;

  line-height: 12px;

}

.page{

  margin-top:20px;

}

.page a{

  margin-right:10px;

  min-width: 50px;

  max-width: 100px;        

  line-height: 25px;

}
@media (max-width: 768px){
  .page a{
    max-width: 15px;
    margin-right: 5px;
    line-height: 20px;
    margin-top:3px;
    font-size: 10px;
  }
}
@media (max-width: 576px){
  .page a{
    max-width: 15px;
    margin-right: 5px;
    line-height: 20px;
    margin-top:3px;
    font-size: 10px;
  }
}


.buttonlink{  

  font-family: inherit;

  text-decoration: none !important;

  text-align: left;

  padding: 0em 0em;

  cursor:hand;

  line-height: 0;

  font-size:20px;

  height:50px;    

  font-weight: 500;

  width:100%;

  color: inherit;

  margin-bottom: -1.5em;

  margin-top: -.5rem;

  vertical-align: middle;

}

.btn-danger{

  background-color: #C60000;

}

.btn{

  cursor: hand;

}

.btn:hover{

  color:white;

}

.act{        

  background-color: gray;

  color: black;

  pointer-events: none;

  cursor: default;

  border-color:gray;

}