.ui-li-desc {
    white-space: normal !important;
}

.innerPadding
{
	margin:25px;
}

p.speechLeft {
		  position: relative;
		  width: 80%;
		  height: 100px;
		  text-align: center;
		  background-color: #ff0;
		  border: 4px solid #666;
		  -webkit-border-radius: 30px;
		  -moz-border-radius: 30px;
		  border-radius: 30px;
		  -webkit-box-shadow: 2px 2px 4px #888;
		  -moz-box-shadow: 2px 2px 4px #888;
		  box-shadow: 2px 2px 4px #888;
		}
		p.speechLeft:before {
		  content: ' ';
		  position: absolute;
		  width: 0;
		  height: 0;
		  left: 34px;
		  top: 100px;
		  border: 20px solid;
		  border-color: #666 transparent transparent #666;
		}
		p.speechLeft:after {
		  content: ' ';
		  position: absolute;
		  width: 0;
		  height: 0;
		  left: 38px;
		  top: 100px;
		  border: 15px solid;
		  border-color: #ff0 transparent transparent #ff0;
		}
		p.speechRight {
		  position: relative;
		  width: 80%;
		  height: 100px;
		  margin-left:50px;
		  text-align: center;
		  background-color: #0ff;
		  border: 4px solid #666;
		  -webkit-border-radius: 30px;
		  -moz-border-radius: 30px;
		  border-radius: 30px;
		  -webkit-box-shadow: 2px 2px 4px #888;
		  -moz-box-shadow: 2px 2px 4px #888;
		  box-shadow: 2px 2px 4px #888;
		}
		p.speechRight:before {
		  content: ' ';
		  position: absolute;
		  width: 0;
		  height: 0;
		  right: 34px;
		  top: 100px;
		  border: 20px solid;
		  border-color: #666 #666 transparent transparent;
		}
		p.speechRight:after {
		  content: ' ';
		  position: absolute;
		  width: 0;
		  height: 0;
		  right: 38px;
		  top: 100px;
		  border: 15px solid;
		  border-color: #0ff #0ff transparent transparent;
		}
