a[disabled] { pointer-events: none; }

a.active{
    color:#FF8C89;
}

#tagcloud span a:hover{
    background-color: #00ADEF;
    text-decoration: none;
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 
.TagWord
{
    background-color: #FFD596;    
}

.AddWord
{
    background-color: #88E68E;    
}

.IgnoreWord
{
    background-color: #FF8C89;    
}

.contentblock {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.tweetContent, .rssContent
{
    min-height: 300px;
}

 .mgmMatrix
{
}

.circle
{
    width:200px;
    height:200px;
    line-height:200px;
    border-radius:100px;
    font-size:12pt;
    color:#fff;
    text-align:center;
    margin-top:20px;
    margin-bottom:30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.contentSubText
{
    font-size:16pt;
    color:#777;
    margin-top:15px;
    margin-bottom:20px;
    margin-right:30px;
}



.table-responsive
{
    overflow-x: auto;
}

.blockitem
{
	width:200px;
	height:200px;
	line-height:200px;
	border-radius:100px;
	font-size:26pt;
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


body{
	font-size:12pt;
	font-family: Oxygen, sans-serif;
}



@-ms-viewport{
	width: device-width;
}

.round {
  -moz-border-radius:    10px;
  -webkit-border-radius: 10px;
  border-radius:         10px;
}

.jumbotron{
	padding-left:5px;
	padding-right:5px;
}

div.well > h1
{
	margin-top:0px;
}

div.main > h1
{	
	color:#00ADEF;	
	margin-top:20px;
}

div.main > h2
{
	margin-bottom:20px;
	margin-top:15px;
}

div.main > p
{
	
	line-height:1.4;
	font-weight:200;
}


div.subfooter
{
	font-size: x-small;
	margin-top:40px;
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
	background-color: #333;
	color: #777;
	height: 450px;
	margin-top:70px;
	padding-top: 30px;
  }
